Home
last modified time | relevance | path

Searched refs:SI_ORDER_ANY (Results 1 – 25 of 268) sorted by relevance

1234567891011

/trueos/sys/sys/
HDiconv.h138 DECLARE_MODULE(iconv_ ## name, iconv_ ## name ## _mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
146 DECLARE_MODULE(iconv_ces_ ## name, iconv_ces_ ## name ## _mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
227 SI_SUB_DRIVERS, SI_ORDER_ANY); \
/trueos/sys/cddl/dev/
HDprototype.c138 SYSINIT(prototype_load, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_load, NULL);
139 SYSUNINIT(prototype_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_unload, NULL);
/trueos/sys/cddl/compat/opensolaris/kern/
HDopensolaris_taskq.c53 SYSINIT(system_taskq_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_init, NULL);
62 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
HDopensolaris_zone.c255 SYSINIT(zone_sysinit, SI_SUB_DRIVERS, SI_ORDER_ANY, zone_sysinit, NULL);
256 SYSUNINIT(zone_sysuninit, SI_SUB_DRIVERS, SI_ORDER_ANY, zone_sysuninit, NULL);
HDopensolaris_misc.c53 SYSINIT(opensolaris_utsname_init, SI_SUB_TUNABLES, SI_ORDER_ANY,
/trueos/sys/cddl/dev/dtmalloc/
HDdtmalloc.c224 SYSINIT(dtmalloc_load, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_load, NULL);
225 SYSUNINIT(dtmalloc_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_unload, NULL);
/trueos/sys/powerpc/powerpc/
HDelf64_machdep.c101 SYSINIT(elf64, SI_SUB_EXEC, SI_ORDER_ANY,
117 SYSINIT(oelf64, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/net/
HDif_loop.c171 VNET_SYSINIT(vnet_loif_init, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY,
182 VNET_SYSUNINIT(vnet_loif_uninit, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY,
210 DECLARE_MODULE(if_lo, loop_mod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY);
/trueos/sys/amd64/ia32/
HDia32_syscall.c218 SYSINIT(ia32_syscall, SI_SUB_EXEC, SI_ORDER_ANY, ia32_syscall_enable, NULL);
219 SYSUNINIT(ia32_syscall, SI_SUB_EXEC, SI_ORDER_ANY, ia32_syscall_disable, NULL);
/trueos/sys/compat/ia32/
HDia32_sysvec.c173 SYSINIT(oia32, SI_SUB_EXEC, SI_ORDER_ANY,
188 SYSINIT(kia32, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/dev/cxgbe/
HDif_cxl.c42 DECLARE_MODULE(if_cxl, if_cxl_mod, SI_SUB_EXEC, SI_ORDER_ANY);
/trueos/sys/dev/ixgbe/
HDixgbe.c47 DECLARE_MODULE(ixgbe, ixgbe_mod, SI_SUB_EXEC, SI_ORDER_ANY);
/trueos/sys/nfsserver/
HDnfs_fha_old.c67 SYSINIT(nfs_fhaold, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhaold_init, NULL);
68 SYSUNINIT(nfs_fhaold, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhaold_uninit, NULL);
/trueos/sys/netinet/cc/
HDcc_module.h66 SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY)
/trueos/sys/kern/
HDstack_protector.c31 SYSINIT(stack_chk, SI_SUB_RANDOM, SI_ORDER_ANY, __stack_chk_init, NULL);
/trueos/sys/arm/arm/
HDautoconf.c71 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/mips/mips/
HDautoconf.c78 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/contrib/ipfilter/
HDmlfk_rule.c64 DECLARE_MODULE(ipfrule, ipfrulemod, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY);
/trueos/sys/i386/isa/
HDelink.c93 DECLARE_MODULE(elink, elink_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
/trueos/sys/ia64/ia64/
HDautoconf.c52 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/fs/nfsserver/
HDnfs_fha_new.c60 SYSINIT(nfs_fhanew, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhanew_init, NULL);
61 SYSUNINIT(nfs_fhanew, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhanew_uninit, NULL);
/trueos/sys/i386/i386/
HDelf_machdep.c122 SYSINIT(oelf32, SI_SUB_EXEC, SI_ORDER_ANY,
138 SYSINIT(kelf32, SI_SUB_EXEC, SI_ORDER_ANY,
/trueos/sys/sparc64/sparc64/
HDautoconf.c53 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/sys/amd64/amd64/
HDautoconf.c84 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/trueos/share/examples/kld/firmware/fwconsumer/
HDfw_consumer.c76 DECLARE_MODULE(fw_consumer, fw_consumer_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);

1234567891011