Home
last modified time | relevance | path

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

12

/dragonfly/sys/dev/drm/include/linux/
H A Dmodule.h61 SYSUNINIT(fname, SI_SUB_DRIVERS, SI_ORDER_SECOND, fname, NULL);
/dragonfly/sys/sys/
H A Dmalloc.h104 SYSUNINIT(type##_uninit, SI_BOOT1_KMALLOC, SI_ORDER_ANY, \
115 SYSUNINIT(type##_uninit, SI_BOOT1_KMALLOC, SI_ORDER_ANY, \
H A Dlock.h256 SYSUNINIT(name##_lock_sysuninit, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, \
H A Dkernel.h313 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ macro
H A Dvnode.h349 SYSUNINIT(f##uninit, SI_SUB_VFS, SI_ORDER_SECOND,vfs_nrm_vnodeops_sysinit, &f)
/dragonfly/sys/kern/
H A Dkern_wdog.c230 SYSUNINIT(wdog_register, SI_SUB_PRE_DRIVERS, SI_ORDER_ANY, wdog_uninit, NULL);
H A Dkern_udev.c1052 SYSUNINIT(subr_udev_register, SI_SUB_CREATE_INIT, SI_ORDER_ANY,
1056 SYSUNINIT(subr_udev_dev_register, SI_SUB_DRIVERS, SI_ORDER_ANY,
H A Dsubr_disk.c1600 SYSUNINIT(disk_register, SI_SUB_PRE_DRIVERS, SI_ORDER_ANY, disk_uninit, NULL);
/dragonfly/sys/dev/disk/dm/
H A Ddm.h272 SYSUNINIT(name##module, SI_SUB_DM_TARGETS, SI_ORDER_ANY, \
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.h218 SYSUNINIT(var, SI_SUB_KLD - 3, SI_ORDER_ANY, ucom_drain_all, 0)
/dragonfly/sys/dev/virtual/hyperv/
H A Dhyperv.c343 SYSUNINIT(hyperv_uninitialize, SI_SUB_PRE_DRIVERS, SI_ORDER_FIRST,
/dragonfly/sys/dev/drm/
H A Dlinux_workqueue.c256 SYSUNINIT(linux_workqueue_destroy, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, destroy_workqueues, NULL);
/dragonfly/sys/vfs/devfs/
H A Ddevfs_rules.c485 SYSUNINIT(devfsdev, SI_SUB_DRIVERS, SI_ORDER_FIRST, devfs_dev_uninit, NULL);
/dragonfly/sys/dev/sound/pcm/
H A Dsndstat.c476 SYSUNINIT(sndstat_sysuninit, SI_SUB_DRIVERS, SI_ORDER_FIRST, sndstat_sysuninit, NULL);
H A Dfeeder.c521 SYSUNINIT(feeder_root, SI_SUB_DRIVERS, SI_ORDER_FIRST, feeder_unregisterall, NULL);
H A Dsound.h379 SYSUNINIT(sdf_ ## uniq, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, sndstat_unregisterfile, sndstat_vinfo)
H A Dmixer.c1382 SYSUNINIT(mixer_sysuninit, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, mixer_sysuninit, NULL);
/dragonfly/sys/bus/u4b/
H A Dusb_pf.c79 SYSUNINIT(usbpf_uninit, SI_SUB_PSEUDO, SI_ORDER_MIDDLE, usbpf_uninit, NULL);
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c909 SYSUNINIT(usb_bus_unload, SI_SUB_CONFIGURE, SI_ORDER_ANY, usb_bus_unload, NULL);
/dragonfly/sys/dev/misc/syscons/
H A Dscmouse.c919 SYSUNINIT(sc_mouse_uninit, SI_SUB_DRIVERS, SI_ORDER_ANY, sc_mouse_uninit, NULL);
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi.c940 SYSUNINIT(ipmi_unload, SI_SUB_DRIVERS, SI_ORDER_FIRST, ipmi_unload, NULL);
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c1388 SYSUNINIT(usb_temp_unload, SI_SUB_DRIVERS, SI_ORDER_ANY, usb_temp_unload, NULL);
/dragonfly/sys/dev/disk/nata/
H A Data-all.c1094 SYSUNINIT(ata_unregister, SI_SUB_DRIVERS, SI_ORDER_SECOND, ata_uninit, NULL);
/dragonfly/sys/bus/u4b/quirk/
H A Dusb_quirk.c1034 SYSUNINIT(usb_quirk_uninit, SI_SUB_DRIVERS, SI_ORDER_ANY, usb_quirk_uninit, NULL);
/dragonfly/sys/net/
H A Dbpf.c1694 SYSUNINIT(bpfdev, SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,bpf_drvuninit, NULL);

12