Searched refs:MVS_SLOT_RUNNING (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mvs/
H A Dmvs.c848 if (slot->state < MVS_SLOT_RUNNING)
1055 if (ch->slot[slot].state >= MVS_SLOT_RUNNING) {
1310 slot->state = MVS_SLOT_RUNNING;
1517 slot->state = MVS_SLOT_RUNNING;
1540 if (ch->slot[i].state < MVS_SLOT_RUNNING)
1558 if (slot->state < MVS_SLOT_RUNNING)
1577 if (slot->state < MVS_SLOT_RUNNING)
2048 if (ch->slot[i].state < MVS_SLOT_RUNNING)
H A Dmvs.h497 MVS_SLOT_RUNNING, enumerator in enum:mvs_slot_states

Completed in 116 milliseconds