Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h308 #define FC_ERROR_VALID(s) ((s) >= FC_FCODE_ABORT) && ((s) <= FC_TIMEOUT) macro
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c927 if (!FC_ERROR_VALID(status)) { in fc_set_fcode_error()