Lines Matching refs:f_error
1336 int f_error; /* mailbox framework error */
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 = EINTR;
2187 * received, clear the existing link->f_error,
2191 link->f_error = 0;
2194 while (link->m_reply == 0 && link->f_error == 0) {
2202 link->f_error = ETIMEDOUT;
2223 if (mlp->f_error) {
2228 if (mlp->f_error == EINTR)
2425 ((mlp->f_error == EINTR) || ((mlp->f_error == ETIMEDOUT) &&