Searched refs:SYSINIT (Results 1 - 14 of 14) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dgtaskqueue.h115 SYSINIT(taskqgroup_##name, SI_SUB_TASKQ, SI_ORDER_FIRST, \
124 SYSINIT(taskqgroup_adj_##name, SI_SUB_SMP, SI_ORDER_ANY, \
/haiku/src/libs/compat/freebsd_network/
H A Dsysinit.c24 SYSINIT(__dummy, 0, 0, NULL, NULL);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dkernel.h51 #define SYSINIT(uniquifier, subsystem, _order, _func, ident) \ macro
H A Dtaskqueue.h136 SYSINIT(taskqueue_##name, SI_SUB_INIT_IF, SI_ORDER_SECOND, \
161 SYSINIT(taskqueue_##name, SI_SUB_INIT_IF, SI_ORDER_SECOND, \
H A Dmutex.h144 SYSINIT(name##_mtx, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h340 * SYSINIT/SYSUNINIT variants that provide per-vnet constructors and
358 SYSINIT(vnet_init_ ## ident, subsystem, order, \
370 SYSINIT(vnet_uninit_ ## ident, subsystem, order, \
482 SYSINIT(ident, subsystem, order, func, arg)
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c715 * and before SI_SUB_SMP:SI_ORDER_ANY so that the SYSINIT for delayed
729 SYSINIT(tqg_record_smp_started, SI_SUB_SMP, SI_ORDER_FOURTH,
940 SYSINIT(taskqgroup_config_init, SI_SUB_TASKQ, SI_ORDER_SECOND,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c372 SYSINIT(wlan_phy, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_phy_init, NULL);
H A Dieee80211_haiku.h400 SYSINIT(ieee80211_##policy##_##name, SI_SUB_DRIVERS, SI_ORDER_ANY, \
H A Dieee80211_vht.c128 SYSINIT(wlan_vht, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_vht_init, NULL);
H A Dieee80211_proto.c471 SYSINIT(wlan_auth, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_auth_setup, NULL);
H A Dieee80211_ht.c207 SYSINIT(wlan_ht, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_ht_init, NULL);
H A Dieee80211_hwmp.c256 SYSINIT(wlan_hwmp, SI_SUB_DRIVERS, SI_ORDER_SECOND, ieee80211_hwmp_init, NULL);
H A Dieee80211_mesh.c610 SYSINIT(wlan_mesh, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_mesh_init, NULL);

Completed in 133 milliseconds