Searched defs:f_error (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c878 f_error(fcode_env_t *env) function
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h202 FNPROTO(f_error); variable
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1336 int f_error; /* mailbox framework error */ member in struct:drmach_msglist
1941 entry->f_error = -1;
2005 entry->f_error = err;
2019 entry->f_error = err;
2046 entry->f_error = -1;
2139 if (listp->f_error) {
2141 cmn_err(CE_WARN, "!mboxsc_putmsg failed: 0x%x", listp->f_error);
2146 while (listp->m_reply == 0 && listp->f_error == 0) {
2162 listp->f_error = ETIMEDOUT;
2167 listp->f_error
[all...]

Completed in 65 milliseconds