Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
HDpsm.c492 #define PSM_VALID 0x80 macro
1231 sc->state &= ~PSM_VALID;
1298 if (sc->state & PSM_VALID) {
1313 sc->state |= PSM_VALID;
1317 sc->state &= ~PSM_VALID;
2006 sc->state = PSM_VALID;
2137 if ((sc->state & PSM_VALID) == 0) {
2162 if (sc->state & PSM_VALID)
2175 if ((sc->state & PSM_VALID) == 0) {
2200 if (sc->state & PSM_VALID)
[all …]