Home
last modified time | relevance | path

Searched refs:rr_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c67 static req_resp_table_t rr_table[] = { variable
103 static const int rr_table_cnt = sizeof (rr_table) / sizeof (rr_table[0]);
270 rsc_lookup_rr_table(req_resp_table_t *rr_table, int cnt, rsci8 type) in rsc_lookup_rr_table() argument
279 if (rr_table[i].req_type == type) { in rsc_lookup_rr_table()
280 return (rr_table + i); in rsc_lookup_rr_table()
599 if ((rr_item = rsc_lookup_rr_table(rr_table, rr_table_cnt, in rscp_send()