Searched refs:DV_CLEAN_FORCE (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h110 #define DV_CLEAN_FORCE 0x01 /* force clean of refed directories */ macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c343 * If DV_CLEAN_FORCE devfs_clean is issued with a dip that is not the root
395 * DR code calls devfs_clean() with the DV_CLEAN_FORCE flag.
420 * If we are doing a DV_CLEAN_FORCE, and we did not start at the
429 if ((flags & DV_CLEAN_FORCE) && (dip != ddi_root_node()) &&
H A Ddevfs_subr.c465 ASSERT(flags & DV_CLEAN_FORCE);
1364 * we fall over part way through. When DV_CLEAN_FORCE is specified,
1424 * DV_CLEAN_FORCE is *not* specified then a
1427 if (dv->dv_busy || !(flags & DV_CLEAN_FORCE)) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c774 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE);
985 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE);
H A Dsunndi.c515 (void) devfs_clean(dip, name, DV_CLEAN_FORCE);
552 (void) devfs_clean(dip, name, DV_CLEAN_FORCE);
H A Ddevcfg.c6619 (void) devfs_clean(pdip, devname + 1, DV_CLEAN_FORCE);
8433 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
H A Dsunddi.c10090 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c691 DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Ddevice.c998 error = devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
1001 error = devfs_clean(dip, NULL, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1686 (void) devfs_clean(self, NULL, DV_CLEAN_FORCE);
2587 (void) devfs_clean(pcihp_p->dip, NULL, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1486 (void) devfs_clean(hdl->h_parent, devnm + 1, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c920 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1009 (void) devfs_clean(pdip, NULL, DV_CLEAN_FORCE);
H A Dhubdi.c8752 (void) devfs_clean(rh_dip, NULL, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c2265 (void) devfs_clean(ddi_get_parent(dip), devname + 1, DV_CLEAN_FORCE); local
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dcmlb.c2075 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c6445 DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c5287 NULL, DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14177 DV_CLEAN_FORCE);
14247 DV_CLEAN_FORCE);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8228 DV_CLEAN_FORCE);

Completed in 415 milliseconds