Searched defs:subsystem (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | kernel.h | 221 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member 254 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 268 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 278 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 285 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 294 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
|
| /f-stack/freebsd/net/ |
| H A D | vnet.h | 323 enum sysinit_sub_id subsystem; member 330 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 344 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument 442 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 444 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_dev.c | 138 int subsystem; /**< subsystem id */ member 146 char subsystem[EAL_UEV_MSG_ELEM_LEN]; in dev_uev_parse() local
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_common.h | 109 #define otx2_dbg(subsystem, fmt, args...) \ argument
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 946 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 676 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify()
|