KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Handler Types

Name handler types. More...

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

Name handler types.

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

Macro Definition Documentation

◆ NMMGR_SYS_MAX

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

Everything this and above is a user type.

◆ NMMGR_TYPE_BLOCKDEV

#define NMMGR_TYPE_BLOCKDEV   0x0020 /* Block device */

A block device.

◆ NMMGR_TYPE_SINGLETON

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

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

◆ NMMGR_TYPE_SYMTAB

#define NMMGR_TYPE_SYMTAB   0x0040 /* Symbol table */

A symbol table.

◆ NMMGR_TYPE_UNKNOWN

#define NMMGR_TYPE_UNKNOWN   0x0000 /* ? */

Unknown nmmgr type.

◆ NMMGR_TYPE_VFS

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

A mounted filesystem.