Home
last modified time | relevance | path

Searched refs:SYSUNINIT (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h109 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 Dmfi_linux.c63 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 Dmrsas_linux.c77 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 Dtdfx_linux.h47 SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\
/freebsd/sys/net/
H A Dvnet.h350 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 Ddomain.h84 SYSUNINIT(domain_remove_ ## name, SI_SUB_PROTO_DOMAIN, \
H A Dcounter.h78 SYSUNINIT(c##_counter_sysuninit, SI_SUB_COUNTER, \
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c75 SYSUNINIT(opensolaris_unregister, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_unload, NULL);
H A Dopensolaris_taskq.c62 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
/freebsd/sys/dev/aac/
H A Daac_linux.c62 SYSUNINIT(aac_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd/sys/dev/aacraid/
H A Daacraid_linux.c64 SYSUNINIT(aacraid_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd/sys/amd64/sgx/
H A Dsgx_linux.c103 SYSUNINIT(sgx_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd/sys/dev/ipmi/
H A Dipmi_linux.c76 SYSUNINIT(ipmi_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd/sys/cddl/dev/
H A Dprototype.c139 SYSUNINIT(prototype_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_unload, NULL);
/freebsd/sys/dev/fdt/
H A Dfdt_slicer.c164 SYSUNINIT(fdt_slicer, SI_SUB_DRIVERS, SI_ORDER_THIRD, fdt_slicer_cleanup, NULL);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_shrinker.c155 SYSUNINIT(linuxkpi_shrinker, SI_SUB_DRIVERS, SI_ORDER_ANY,
H A Dlinux_lock.c56 SYSUNINIT(ww_uninit, SI_SUB_LOCK, SI_ORDER_SECOND, linux_ww_uninit, NULL);
/freebsd/sys/netlink/
H A Dnetlink_route.c143 SYSUNINIT(rtnl_unload, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD, rtnl_unload, NULL);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmod_os.h141 SYSUNINIT(zfs_ ## fn, SI_SUB_LAST, SI_ORDER_FIRST, wrap_ ## fn, NULL)
/freebsd/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c211 SYSUNINIT(dtmalloc_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_unload, NULL);
/freebsd/sys/dev/drm2/
H A Ddrm_auth.c214 SYSUNINIT(drm_magic_fini, SI_SUB_KLD, SI_ORDER_MIDDLE, drm_magic_fini, NULL);
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c235 SYSUNINIT(hypercall_dtor, SI_SUB_DRIVERS, SI_ORDER_FIRST, hypercall_destroy,
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h205 SYSUNINIT(var, SI_SUB_KLD - 2, SI_ORDER_ANY, ucom_drain_all, 0)
/freebsd/sys/dev/usb/template/
H A Dusb_template_cdceem.c262 SYSUNINIT(cdceem_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, cdceem_uninit, NULL);
H A Dusb_template_msc.c261 SYSUNINIT(msc_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, msc_uninit, NULL);

12345