Home
last modified time | relevance | path

Searched refs:FC_OBJERR (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h44 #define FC_OBJERR 0x5 /* underlying object returned errno value */ macro
46 #define FC_MAKE_ERR(e) (((e) << 8) | FC_OBJERR)
/titanic_41/usr/src/uts/common/vm/
H A Dfaultcode.h57 #define FC_OBJERR 0x3 /* underlying object returned errno value */ macro
62 #define FC_MAKE_ERR(e) (((e) << 8) | FC_OBJERR)
H A Dvm_as.c2604 case FC_OBJERR: in fc_decode()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h60 #define BUS_OBJERR FC_OBJERR /* object returned errno value */
74 #define SEGV_OBJERR FC_OBJERR /* object returned errno value */
/titanic_41/usr/src/ucbhead/sys/
H A Dsignal.h454 #define BUS_OBJERR FC_OBJERR /* object returned errno value */
468 #define SEGV_OBJERR FC_OBJERR /* object returned errno value */
/titanic_41/usr/src/uts/common/os/
H A Dfbio.c94 if (FC_CODE(err) == FC_OBJERR) in fbread()
H A Dvm_subr.c514 case FC_OBJERR: in cow_mapin()
/titanic_41/usr/src/uts/common/syscall/
H A Dmemcntl.c358 if (FC_CODE(fc) == FC_OBJERR) in memcntl()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c495 if (FC_CODE(res) == FC_OBJERR) in trap()
704 if (FC_CODE(res) == FC_OBJERR) { in trap()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c743 if (FC_CODE(res) == FC_OBJERR) in trap()
914 case FC_OBJERR: in trap()
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c820 if (FC_CODE(error) == FC_OBJERR) in lofi_mapped_rdwr()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c778 if (FC_CODE(error) == FC_OBJERR) in cachefs_read()
1249 if (FC_CODE(error) == FC_OBJERR) in cachefs_writepage()