Lines Matching refs:code
24 * - Redistributions of source code must retain the above copyright
1113 * For user contexts, the user handling code has cut off write access
1337 * Since access to this code block is serialized and
1674 /* translate a send credit update to a bit code of reasons */
1677 int code = 0;
1680 code |= PRC_STATUS_ERR;
1682 code |= PRC_PBC;
1684 code |= PRC_THRESHOLD;
1686 code |= PRC_FILL_ERR;
1688 code |= PRC_SC_DISABLE;
1689 return code;
1707 int code;
1723 code = -1; /* code not yet set */
1734 if (code < 0) /* fill in code on first user */
1735 code = fill_code(hw_free);
1736 (*pbuf->cb)(pbuf->arg, code);