Searched defs:FC_ERRNO (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
49 #define FC_ERRNO(fc) ((unsigned)(fc) >> 8) 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
65 #define FC_ERRNO(fc) ((unsigned)(fc) >> 8) macro

Completed in 54 milliseconds