| /illumos-gate/usr/src/uts/common/sys/fs/ |
| H A D | dv_node.h | 183 extern int devfs_clean(dev_info_t *, char *, uint_t);
|
| /illumos-gate/usr/src/uts/common/io/i2c/nexus/ |
| H A D | i2cnex_device.c | 191 (void) devfs_clean(port->ip_nex->in_dip, ua, DV_CLEAN_FORCE); in i2c_device_unconfig()
|
| H A D | i2cnex.c | 1090 (void) devfs_clean(nex->in_pnex->in_pdip, NULL, 0); in i2c_nex_dev_cleanup()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | ddi_hp_impl.c | 1020 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE); in ddihp_cn_change_children_state() 1231 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE); in ddihp_port_downgrade_state()
|
| H A D | sunndi.c | 483 (void) devfs_clean(dip, NULL, 0); in ndi_devctl_device_online() 518 (void) devfs_clean(dip, name, DV_CLEAN_FORCE); in ndi_devctl_device_offline() 555 (void) devfs_clean(dip, name, DV_CLEAN_FORCE); in ndi_devctl_device_remove()
|
| H A D | devcfg.c | 4543 (void) devfs_clean(top_devinfo, NULL, 0); in i_ddi_bind_devs() 4631 (void) devfs_clean(top_devinfo, NULL, 0); in i_ddi_unbind_devs_by_alias() 4687 (void) devfs_clean(top_devinfo, NULL, 0); in i_ddi_unbind_devs() 5534 (void) devfs_clean(dip, NULL, 0); in devi_config_common() 6081 (void) devfs_clean(pdip, NULL, DV_CLEAN_FORCE); in devi_detach_node() 6339 (void) devfs_clean(dip, NULL, 0); in devi_unconfig_common() 6712 (void) devfs_clean(pdip, NULL, 0); in ndi_devi_online() 6801 (void) devfs_clean(pdip, devname + 1, DV_CLEAN_FORCE); in ndi_devi_offline() 8609 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE); in e_ddi_retire_device()
|
| H A D | modctl.c | 2886 (void) devfs_clean(ddi_root_node(), NULL, 0); in modunload() 3866 (void) devfs_clean(ddi_root_node(), NULL, 0); in mod_uninstall_all()
|
| /illumos-gate/usr/src/uts/common/fs/devfs/ |
| H A D | devfs_vfsops.c | 400 devfs_clean(dev_info_t *dip, char *devnm, uint_t flags) in devfs_clean() function
|
| /illumos-gate/usr/src/man/man9f/ |
| H A D | Makefile | 258 devfs_clean.9f \
|
| /illumos-gate/usr/src/uts/common/contract/ |
| H A D | device.c | 999 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE); in contract_device_dvclean() 1002 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE); in contract_device_dvclean()
|
| /illumos-gate/usr/src/uts/common/io/eedev/ |
| H A D | eedev.c | 497 (void) devfs_clean(ddi_get_parent(eedev.eedev_dip), NULL, 0); in eedev_dip_unbind_taskq()
|
| /illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
| H A D | pcihp.c | 1686 (void) devfs_clean(self, NULL, DV_CLEAN_FORCE); in pcihp_unconfigure_ap() 2585 (void) devfs_clean(pcihp_p->dip, NULL, DV_CLEAN_FORCE); in pcihp_event_handler()
|
| /illumos-gate/usr/src/uts/sparc/ml/ |
| H A D | modstubs.S | 267 NO_UNLOAD_STUB(devfs, devfs_clean, nomod_minus_one);
|
| /illumos-gate/usr/src/uts/intel/ml/ |
| H A D | modstubs.S | 258 NO_UNLOAD_STUB(devfs, devfs_clean, nomod_minus_one);
|
| /illumos-gate/usr/src/uts/common/io/gpio/ |
| H A D | kgpio.c | 1765 (void) devfs_clean(ddi_get_parent(kgpio_g_dip), "kgpio@0", 0); in kgpio_ioctl_dpio_destroy()
|
| /illumos-gate/usr/src/uts/common/io/usb/usba/ |
| H A D | hubdi.c | 2429 (void) devfs_clean(rh_dip, NULL, 0); in hubd_root_hub_cleanup_thread() 4120 (void) devfs_clean(rh_dip, NULL, 0); in hubd_hotplug_thread() 9029 (void) devfs_clean(rh_dip, NULL, DV_CLEAN_FORCE); in hubd_reset_thread() 9094 (void) devfs_clean(rh_dip, NULL, 0); in hubd_reset_thread()
|
| H A D | usba.c | 987 (void) devfs_clean(pdip, NULL, DV_CLEAN_FORCE); in usba_destroy_child_devi()
|
| /illumos-gate/usr/src/uts/common/xen/os/ |
| H A D | xvdi.c | 2272 (void) devfs_clean(ddi_get_parent(dip), devname + 1, DV_CLEAN_FORCE); in xendev_offline_device()
|
| /illumos-gate/usr/src/uts/common/io/blkdev/ |
| H A D | blkdev.c | 2446 (void) devfs_clean(hdl->h_parent, devnm + 1, DV_CLEAN_FORCE); in bd_detach_handle()
|
| /illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
| H A D | ibnex_ioctl.c | 923 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE); in ibnex_devctl()
|
| H A D | ibnex.c | 2696 (void) devfs_clean(phci, NULL, 0); in ibnex_dm_callback()
|
| /illumos-gate/usr/src/uts/intel/io/vmm/ |
| H A D | vmm_sol_dev.c | 2748 (void) devfs_clean(ddi_get_parent(vmmdev_dip), NULL, DV_CLEAN_FORCE); in vmm_destroy_finish()
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | cmlb.c | 2113 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
|
| /illumos-gate/usr/src/uts/sun4v/io/ |
| H A D | vdc.c | 5286 (void) devfs_clean(ddi_get_parent(vdc->dip), in vdc_handle_attr_msg()
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
| H A D | mptsas.c | 15149 (void) devfs_clean(parent, devname + 1, in mptsas_offline_lun() 15219 (void) devfs_clean(pdip, devname + 1, in mptsas_offline_smp()
|