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

123

/freebsd-9.3-release/sys/dev/tdfx/
H A Dtdfx_linux.h48 SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\
/freebsd-9.3-release/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-9.3-release/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.c62 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
H A Dopensolaris_kmem.c278 SYSUNINIT(sol_kmem, SI_SUB_CPU, SI_ORDER_FIRST, kmem_show, NULL);
H A Dopensolaris_zone.c256 SYSUNINIT(zone_sysuninit, SI_SUB_DRIVERS, SI_ORDER_ANY, zone_sysuninit, NULL);
/freebsd-9.3-release/sys/dev/aac/
H A Daac_linux.c62 SYSUNINIT(aac_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_linux.c63 SYSUNINIT(aacraid_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-9.3-release/sys/dev/amr/
H A Damr_linux.c60 SYSUNINIT(amr_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dmodule.h81 SYSUNINIT(fn, SI_SUB_LAST, SI_ORDER_FIRST, _module_run, (fn))
/freebsd-9.3-release/sys/sys/
H A Drmlock.h118 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
130 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dmalloc.h137 SYSUNINIT(type##_uninit, SI_SUB_KMEM, SI_ORDER_ANY, \
H A Drwlock.h195 SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
207 SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi_linux.c76 SYSUNINIT(ipmi_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-9.3-release/sys/cddl/dev/
H A Dprototype.c139 SYSUNINIT(prototype_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, prototype_unload, NULL);
/freebsd-9.3-release/sys/net/
H A Dvnet.h290 * SYSINIT/SYSUNINIT variants that provide per-vnet constructors and
310 SYSUNINIT(vnet_init_ ## ident, subsystem, order, \
322 SYSUNINIT(vnet_uninit_ ## ident, subsystem, order, \
434 SYSUNINIT(ident, subsystem, order, func, arg)
/freebsd-9.3-release/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c225 SYSUNINIT(dtmalloc_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, dtmalloc_unload, NULL);
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dusb_serial.h198 SYSUNINIT(var, SI_SUB_KLD - 2, SI_ORDER_ANY, ucom_drain_all, 0)
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_syscall.c213 SYSUNINIT(ia32_syscall, SI_SUB_EXEC, SI_ORDER_ANY, ia32_syscall_disable, NULL);
/freebsd-9.3-release/sys/cddl/dev/lockstat/
H A Dlockstat.c322 SYSUNINIT(lockstat_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, lockstat_unload, NULL);
/freebsd-9.3-release/sys/ddb/
H A Dddb.h134 SYSUNINIT(__CONCAT(_name,_suffix), SI_SUB_KLD, SI_ORDER_ANY, \
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.h78 SYSUNINIT(id,SI_SUB_KLD,SI_ORDER_ANY,usb_linux_deregister,p_usb_drv)
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_fha_new.c61 SYSUNINIT(nfs_fhanew, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhanew_uninit, NULL);
/freebsd-9.3-release/sys/kgssapi/
H A Dgss_impl.c89 SYSUNINIT(kgss_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, kgss_uninit, NULL);
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_fha_old.c68 SYSUNINIT(nfs_fhaold, SI_SUB_ROOT_CONF, SI_ORDER_ANY, fhaold_uninit, NULL);

Completed in 280 milliseconds

123