Searched defs:FC_STATE_IN_PROGRESS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c59 #define FC_STATE_IN_PROGRESS 3 /* FC_GET_PARAMETERS done, active */ macro
553 st->state = FC_STATE_IN_PROGRESS;
580 if (st->state != FC_STATE_IN_PROGRESS) {
630 * It's an error if we're not in state FC_STATE_IN_PROGRESS
633 if (st->state != FC_STATE_IN_PROGRESS) {
787 * It's an error if we're not in state FC_STATE_IN_PROGRESS
789 if (st->state != FC_STATE_IN_PROGRESS) {
839 * It's an error if we're not in state FC_STATE_IN_PROGRESS
841 if (st->state != FC_STATE_IN_PROGRESS) {
902 * It's an error if we're not in state FC_STATE_IN_PROGRESS
[all...]

Completed in 47 milliseconds