/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | module.h | 109 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_SECOND, _module_run, (fn)) 119 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_linux.c | 63 SYSUNINIT(mfi_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE, 71 SYSUNINIT(mfi_unregister2, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_linux.c | 77 SYSUNINIT(mrsas_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE, 85 SYSUNINIT(mrsas_unregister2, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/dev/tdfx/ |
H A D | tdfx_linux.h | 47 SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\
|
/freebsd/sys/net/ |
H A D | vnet.h | 350 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \ 364 SYSUNINIT(vnet_uninit_ ## ident, subsystem, order, \ 449 SYSUNINIT(ident, subsystem, order, func, arg)
|
/freebsd/sys/sys/ |
H A D | domain.h | 84 SYSUNINIT(domain_remove_ ## name, SI_SUB_PROTO_DOMAIN, \
|
H A D | counter.h | 78 SYSUNINIT(c##_counter_sysuninit, SI_SUB_COUNTER, \
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris.c | 75 SYSUNINIT(opensolaris_unregister, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_unload, NULL);
|
H A D | opensolaris_taskq.c | 62 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
|
/freebsd/sys/dev/aac/ |
H A D | aac_linux.c | 62 SYSUNINIT(aac_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_linux.c | 64 SYSUNINIT(aacraid_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/amd64/sgx/ |
H A D | sgx_linux.c | 103 SYSUNINIT(sgx_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_linux.c | 76 SYSUNINIT(ipmi_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
|
/freebsd/sys/cddl/dev/ |
H A D | prototype.c | 139 SYSUNINIT(prototype_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_unload, NULL);
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_slicer.c | 164 SYSUNINIT(fdt_slicer, SI_SUB_DRIVERS, SI_ORDER_THIRD, fdt_slicer_cleanup, NULL);
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_shrinker.c | 155 SYSUNINIT(linuxkpi_shrinker, SI_SUB_DRIVERS, SI_ORDER_ANY,
|
H A D | linux_lock.c | 56 SYSUNINIT(ww_uninit, SI_SUB_LOCK, SI_ORDER_SECOND, linux_ww_uninit, NULL);
|
/freebsd/sys/netlink/ |
H A D | netlink_route.c | 143 SYSUNINIT(rtnl_unload, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD, rtnl_unload, NULL);
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | mod_os.h | 141 SYSUNINIT(zfs_ ## fn, SI_SUB_LAST, SI_ORDER_FIRST, wrap_ ## fn, NULL)
|
/freebsd/sys/cddl/dev/dtmalloc/ |
H A D | dtmalloc.c | 211 SYSUNINIT(dtmalloc_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_unload, NULL);
|
/freebsd/sys/dev/drm2/ |
H A D | drm_auth.c | 214 SYSUNINIT(drm_magic_fini, SI_SUB_KLD, SI_ORDER_MIDDLE, drm_magic_fini, NULL);
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | hyperv.c | 235 SYSUNINIT(hypercall_dtor, SI_SUB_DRIVERS, SI_ORDER_FIRST, hypercall_destroy,
|
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.h | 205 SYSUNINIT(var, SI_SUB_KLD - 2, SI_ORDER_ANY, ucom_drain_all, 0)
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template_cdceem.c | 262 SYSUNINIT(cdceem_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, cdceem_uninit, NULL);
|
H A D | usb_template_msc.c | 261 SYSUNINIT(msc_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, msc_uninit, NULL);
|