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

/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c69 static req_resp_table_t rr_table[] = { variable
105 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) argument
281 if (rr_table[i].req_type == type) {
282 return (rr_table + i);
556 * call. A lookup table (rr_table) is used to find out the expected reply
601 if ((rr_item = rsc_lookup_rr_table(rr_table, rr_table_cnt,

Completed in 56 milliseconds