Searched defs:FC_OBJERR (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
44 #define FC_OBJERR 0x5 /* underlying object returned errno value */ macro
46 #define FC_MAKE_ERR(e) (((e) << 8) | FC_OBJERR)
/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
57 #define FC_OBJERR 0x3 /* underlying object returned errno value */ macro
62 #define FC_MAKE_ERR(e) (((e) << 8) | FC_OBJERR)

Completed in 57 milliseconds