KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Name handler types

Macros

#define NMMGR_TYPE_UNKNOWN   0x0000 /* ? */
 Unknown nmmgr type.
#define NMMGR_TYPE_VFS   0x0010 /* Mounted file system */
 A mounted filesystem.
#define NMMGR_TYPE_BLOCKDEV   0x0020 /* Block device */
 A block device.
#define NMMGR_TYPE_SINGLETON   0x0030 /* Singleton service (e.g., /dev/irq) */
 A singleton service (e.g., /dev/irq)
#define NMMGR_TYPE_SYMTAB   0x0040 /* Symbol table */
 A symbol table.
#define NMMGR_SYS_MAX   0x10000 /* Here and above are user types */
 Everything this and above is a user type.

Detailed Description

This is the set of all defined types of name manager handlers. All system types are defined below NMMGR_SYS_MAX.


Macro Definition Documentation

#define NMMGR_SYS_MAX   0x10000 /* Here and above are user types */

Everything this and above is a user type.

#define NMMGR_TYPE_BLOCKDEV   0x0020 /* Block device */

A block device.

#define NMMGR_TYPE_SINGLETON   0x0030 /* Singleton service (e.g., /dev/irq) */

A singleton service (e.g., /dev/irq)

#define NMMGR_TYPE_SYMTAB   0x0040 /* Symbol table */

A symbol table.

#define NMMGR_TYPE_UNKNOWN   0x0000 /* ? */

Unknown nmmgr type.

#define NMMGR_TYPE_VFS   0x0010 /* Mounted file system */

A mounted filesystem.