Home
last modified time | relevance | path

Searched refs:f_error (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dinit.c131 P1275(0x0fc, IMMEDIATE, "ferror", f_error); in _init()
H A Dfcode.c878 f_error(fcode_env_t *env) in f_error() function
H A Ddebug.c605 if (*(env->table[i].apf) != (token_t)(&f_error)) { in dump_table()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1336 int f_error; /* mailbox framework error */ member
1941 entry->f_error = -1; in drmach_mbox_getmsg()
2005 entry->f_error = err; in drmach_mbox_sendmsg()
2019 entry->f_error = err; in drmach_mbox_sendmsg()
2046 entry->f_error = -1; in drmach_mbox_sendmsg()
2139 if (listp->f_error) { in drmach_mbox_req_rply()
2141 cmn_err(CE_WARN, "!mboxsc_putmsg failed: 0x%x", listp->f_error); in drmach_mbox_req_rply()
2146 while (listp->m_reply == 0 && listp->f_error == 0) { in drmach_mbox_req_rply()
2162 listp->f_error = ETIMEDOUT; in drmach_mbox_req_rply()
2167 listp->f_error = EINTR; in drmach_mbox_req_rply()
[all …]
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h202 FNPROTO(f_error);