Searched refs:DV_CLEAN_FORCE (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | dv_node.h | 110 #define DV_CLEAN_FORCE 0x01 /* force clean of refed directories */ macro
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 343 * 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 D | devfs_subr.c | 465 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)) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_hp_impl.c | 774 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE); 985 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE);
|
H A D | sunndi.c | 514 (void) devfs_clean(dip, name, DV_CLEAN_FORCE); 551 (void) devfs_clean(dip, name, DV_CLEAN_FORCE);
|
H A D | devcfg.c | 5899 (void) devfs_clean(pdip, NULL, DV_CLEAN_FORCE); 6623 (void) devfs_clean(pdip, devname + 1, DV_CLEAN_FORCE); 8437 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
|
H A D | sunddi.c | 9753 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 690 (void) devfs_clean(pdip, devname + 1, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | device.c | 997 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE); 1000 (void) devfs_clean(dip, NULL, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1686 (void) devfs_clean(self, NULL, DV_CLEAN_FORCE); 2587 (void) devfs_clean(pcihp_p->dip, NULL, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 1848 (void) devfs_clean(hdl->h_parent, devnm + 1, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 920 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 2264 (void) devfs_clean(ddi_get_parent(dip), devname + 1, DV_CLEAN_FORCE); local
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba.c | 972 (void) devfs_clean(pdip, NULL, DV_CLEAN_FORCE);
|
H A D | hubdi.c | 8736 (void) devfs_clean(rh_dip, NULL, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 371 DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 2111 (void) devfs_clean(pdip, devnm + 1, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 5287 NULL, DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.c | 7839 DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 14715 DV_CLEAN_FORCE); 14785 DV_CLEAN_FORCE);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 8228 DV_CLEAN_FORCE);
|
Completed in 308 milliseconds