Lines Matching defs:index
946 int index;
952 index = 0;
954 index = (msg & IDNP_ACK) ? 3 : (msg & IDNP_NACK) ? 4 : -1;
956 index = (msg & IDNP_ACK) ? 2 :
959 if (index == -1) {
977 n_xstate = idnxs_state_table[(int)o_xstate][index][0];
981 return (idnxs_state_table[(int)o_xstate][index][1]);
983 return (idnxs_state_table[(int)o_xstate][index][err ? 1 : 0]);
5890 * the master his assigned index. Since the
5893 * based on the offset and given index. The local
6386 int index;
6667 * mailbox index.
6675 index = (int)cfg_arg[p];
6677 * The given index is the local domain's
6678 * index into the remote domain's mailbox
6687 mbtp = IDN_MBOXTBL_PTR(dp->dmbox.m_tbl, index);
10613 register int index;
10693 CHANSVR_RESET_INDEX(index);
10713 CHANSVR_NEXT_DOMID(csp, index, domid);
10715 if (!index) {
10763 * Need to get the qiget index _before_ we drop the
10910 for (index = 0; index < csp->ch_recv_domcount;
10911 index++) {
10913 (index*4)) & 0xf) == domid) {
11012 * Reset the domid index after sleeping.
11014 CHANSVR_RESET_INDEX(index);