Home
last modified time | relevance | path

Searched refs:SDEV_STALE (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c104 ASSERT(!(dv->sdev_flags & SDEV_STALE)); in devvt_validate()
386 if (dv->sdev_flags & SDEV_STALE) in devvt_cleandir()
407 if (dv->sdev_flags & SDEV_STALE) in devvt_cleandir()
H A Dsdev_ptsops.c110 ASSERT(!(dv->sdev_flags & SDEV_STALE)); in devpts_validate()
H A Dsdev_netops.c61 ASSERT(!(dv->sdev_flags & SDEV_STALE)); in devnet_validate()
H A Dsdev_zvolops.c456 if (dv->sdev_flags & SDEV_STALE) { in devzvol_prunedir()
H A Dsdev_subr.c2159 ASSERT(!(dv->sdev_flags & SDEV_STALE)); in devname_lookup_func()
2272 dv->sdev_flags |= SDEV_STALE; in sdev_stale()
3143 if ((dv->sdev_flags & SDEV_STALE) == 0) in devname_inactive_func()
/onnv-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h222 #define SDEV_STALE 0x0002 /* stale sdev nodes */ macro