Home
last modified time | relevance | path

Searched refs: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) { in fc_close()
325 if (st->state > FC_STATE_READ_DONE) { in fc_close()
413 st->state = FC_STATE_READ_DONE; in fc_read()
508 if (st->state != FC_STATE_READ_DONE) { in fc_get_parameters()