Searched refs:oip (Results 1 – 1 of 1) sorted by relevance
1995 const struct opcode_info_t *oip; in resp_rsup_opcodes() local2022 for (count = 0, oip = opcode_info_arr; in resp_rsup_opcodes()2023 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes()2024 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()2026 count += (oip->num_attached + 1); in resp_rsup_opcodes()2030 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()2031 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()2032 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()2034 na = oip->num_attached; in resp_rsup_opcodes()2035 arr[offset] = oip->opcode; in resp_rsup_opcodes()[all …]