Searched refs:IPS_DEV_OPEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ips/
H A Dips_disk.c72 dsc->state |= IPS_DEV_OPEN;
80 dsc->state &= ~IPS_DEV_OPEN;
173 if(dsc->state & IPS_DEV_OPEN)
H A Dips.c77 sc->state |= IPS_DEV_OPEN;
87 sc->state &= ~IPS_DEV_OPEN;
487 if(sc->state & IPS_DEV_OPEN)
H A Dipsreg.h54 #define IPS_DEV_OPEN 0x01 macro

Completed in 47 milliseconds