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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c58 #define FC_STATE_READ_DONE 2 /* blocking read done */ macro
320 if (st->state == FC_STATE_READ_DONE) {
325 if (st->state > FC_STATE_READ_DONE) {
413 st->state = FC_STATE_READ_DONE;
505 * It's an error if we're not in state FC_STATE_READ_DONE
508 if (st->state != FC_STATE_READ_DONE) {
577 * It's an error if we're not in state FC_STATE_READ_DONE

Completed in 59 milliseconds