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

/illumos-gate/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h37 * If FC_CODE(fc) == FC_OBJERR, then FC_ERRNO(fc) contains the errno value
48 #define FC_CODE(fc) ((fc) & 0xff) macro
/illumos-gate/usr/src/uts/common/vm/
H A Dfaultcode.h52 * If FC_CODE(fc) == FC_OBJERR, then FC_ERRNO(fc) contains the errno value
64 #define FC_CODE(fc) ((fc) & 0xff) macro

Completed in 55 milliseconds