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

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_nat.c98 ilb_show_info_t *req_si, *tmp_si; local
147 tmp_si = (ilb_show_info_t *)&rbuf->ic_data;
149 cur_num += tmp_si->sn_num;
150 bcopy(&tmp_si->sn_data, buf, tmp_si->sn_num * entry_sz);
151 buf += tmp_si->sn_num * entry_sz;

Completed in 330 milliseconds