Home
last modified time | relevance | path

Searched defs:subsystem (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dkernel.h221 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 Dvnet.h323 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 Deal_dev.c138 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 Dotx2_common.h109 #define otx2_dbg(subsystem, fmt, args...) \ argument
/f-stack/lib/
H A Dff_glue.c946 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify()
/f-stack/freebsd/kern/
H A Dsubr_bus.c676 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify()