Lines Matching refs:code
1071 * For user contexts, the user handling code has cut off write access
1295 * Since access to this code block is serialized and
1632 /* translate a send credit update to a bit code of reasons */
1635 int code = 0;
1638 code |= PRC_STATUS_ERR;
1640 code |= PRC_PBC;
1642 code |= PRC_THRESHOLD;
1644 code |= PRC_FILL_ERR;
1646 code |= PRC_SC_DISABLE;
1647 return code;
1665 int code;
1681 code = -1; /* code not yet set */
1692 if (code < 0) /* fill in code on first user */
1693 code = fill_code(hw_free);
1694 (*pbuf->cb)(pbuf->arg, code);