Searched refs:rr_table (Results 1 – 1 of 1) sorted by relevance
69 static req_resp_table_t rr_table[] = { variable105 static const int rr_table_cnt = sizeof (rr_table) / sizeof (rr_table[0]);272 rsc_lookup_rr_table(req_resp_table_t *rr_table, int cnt, rsci8 type) in rsc_lookup_rr_table() argument281 if (rr_table[i].req_type == type) { in rsc_lookup_rr_table()282 return (rr_table + i); in rsc_lookup_rr_table()601 if ((rr_item = rsc_lookup_rr_table(rr_table, rr_table_cnt, in rscp_send()