Home
last modified time | relevance | path

Searched refs:NO_INVOL_FLAG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgen_drv.c179 #define NO_INVOL_FLAG 0x040 macro
354 dstatep->flag &= ~NO_INVOL_FLAG; in gen_attach()
379 dstatep->flag |= NO_INVOL_FLAG; in gen_attach()
753 if (dstatep->flag & NO_INVOL_FLAG && in gen_detach()
792 !(dstatep->flag & NO_INVOL_FLAG)) { in gen_detach()
H A Dpshot.c1276 if (!(pshot->state & NO_INVOL_FLAG)) in pshot_ctl()
1288 pshot->state &= ~NO_INVOL_FLAG; in pshot_ctl()
2228 pshot->state |= NO_INVOL_FLAG; in pshot_devctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h153 #define NO_INVOL_FLAG 0x0080 macro