Searched refs:SYSUNINIT (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_linux.h48 SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h87 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_SECOND, _module_run, (fn))
97 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_linux.c64 SYSUNINIT(mfi_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
72 SYSUNINIT(mfi_unregister2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_linux.c83 SYSUNINIT(mrsas_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
91 SYSUNINIT(mrsas_unregister2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/aac/
H A Daac_linux.c62 SYSUNINIT(aac_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_linux.c66 SYSUNINIT(aacraid_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c76 SYSUNINIT(opensolaris_unregister, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_unload, NULL);
H A Dopensolaris_taskq.c63 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
H A Dopensolaris_zone.c256 SYSUNINIT(zone_sysuninit, SI_SUB_DRIVERS, SI_ORDER_ANY, zone_sysuninit, NULL);
/freebsd-11-stable/sys/dev/amr/
H A Damr_linux.c60 SYSUNINIT(amr_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/random/
H A Drandom_infra.c104 SYSUNINIT(random_device_h_init, SI_SUB_RANDOM, SI_ORDER_FIRST, random_infra_sysuninit, NULL);
/freebsd-11-stable/sys/net/
H A Dvnet.h299 * SYSINIT/SYSUNINIT variants that provide per-vnet constructors and
321 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
335 SYSUNINIT(vnet_uninit_ ## ident, subsystem, order, \
424 SYSUNINIT(ident, subsystem, order, func, arg)
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_linux.c76 SYSUNINIT(ipmi_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/cddl/dev/
H A Dprototype.c139 SYSUNINIT(prototype_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_unload, NULL);
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_slicer.c167 SYSUNINIT(fdt_slicer, SI_SUB_DRIVERS, SI_ORDER_THIRD, fdt_slicer_cleanup, NULL);
174 * Nothing to do here: the SYSINIT/SYSUNINIT defined above run
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c58 SYSUNINIT(ww_uninit, SI_SUB_LOCK, SI_ORDER_SECOND, linux_ww_uninit, NULL);
H A Dlinux_tasklet.c133 SYSUNINIT(linux_tasklet, SI_SUB_TASKQ, SI_ORDER_THIRD, tasklet_subsystem_uninit, NULL);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_auth.c216 SYSUNINIT(drm_magic_fini, SI_SUB_KLD, SI_ORDER_MIDDLE, drm_magic_fini, NULL);
/freebsd-11-stable/sys/libkern/
H A Darc4random.c136 SYSUNINIT(arc4, SI_SUB_LOCK, SI_ORDER_ANY, arc4_uninit, NULL);
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.h202 SYSUNINIT(var, SI_SUB_KLD - 2, SI_ORDER_ANY, ucom_drain_all, 0)
/freebsd-11-stable/sys/sys/
H A Dmalloc.h140 SYSUNINIT(type##_uninit, SI_SUB_KMEM, SI_ORDER_ANY, \
H A Drmlock.h114 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/freebsd-11-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c225 SYSUNINIT(dtmalloc_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_unload, NULL);
/freebsd-11-stable/stand/kshim/
H A Dkshim.mk64 # SYSINIT() and SYSUNINIT() handling
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c61 SYSUNINIT(nfs_fhanew, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhanew_uninit, NULL);

Completed in 290 milliseconds

1234