Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c160 fp->busy = FC_R_INIT; in fcode_interpreter()
240 if (fp->busy == FC_R_INIT) { in fcode_timer()
289 if (fp->busy == FC_R_INIT) { in fc_get_request()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h561 #define FC_R_INIT 0 /* initialized, on queue */ macro