Go to the documentation of this file.
21 #include <sys/cdefs.h>
26 #include <sys/queue.h>
42 #define NMMGR_LIST_INIT { NULL }
68 #define NMMGR_FLAGS_NEEDSFREE 0x00000001
78 #define NMMGR_TYPE_UNKNOWN 0x0000
80 #define NMMGR_TYPE_VFS 0x0010
82 #define NMMGR_TYPE_BLOCKDEV 0x0020
84 #define NMMGR_TYPE_SINGLETON 0x0030
86 #define NMMGR_TYPE_SYMTAB 0x0040
88 #define NMMGR_SYS_MAX 0x10000
131 void nmmgr_shutdown();