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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c222 struct _ti_lookbufs *tlbs; local
258 tlbs = &tiptr->ti_lookbufs;
265 while (tlbs->tl_next != NULL) {
267 tlbs = tlbs->tl_next;
274 if ((tlbs->tl_next = malloc(sizeof (struct _ti_lookbufs))) ==
277 tlbs = tlbs->tl_next;
283 if ((tlbs->tl_lookcbuf = malloc(cbuf_size)) == NULL) {
285 free(tlbs);
1228 struct _ti_lookbufs *tlbs, *prev_tlbs, *head_tlbs; local
1278 struct _ti_lookbufs *tlbs, *next_tlbs; local
1322 struct _ti_lookbufs *tlbs, *prev_tlbs; local
[all...]
H A Dt_rcv.c134 struct _ti_lookbufs *tlbs; local
136 tlbs = &tiptr->ti_lookbufs;
139 if (*((t_scalar_t *)tlbs->tl_lookcbuf)
145 } while ((tlbs = tlbs->tl_next) != NULL);
H A Dt_rcvv.c135 struct _ti_lookbufs *tlbs; local
137 tlbs = &tiptr->ti_lookbufs;
140 if (*((t_scalar_t *)tlbs->tl_lookcbuf)
146 } while ((tlbs = tlbs->tl_next) != NULL);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1222 mde_cookie_t *tlbs = NULL; local
1242 (ntlbs = md_alloc_scan_dag(mdp, root, "tlb", "fwd", &tlbs)) <= 0)
1256 ncp = md_scan_dag(mdp, tlbs[tlbs_idx], cpu_sc, bck_sc, cp);
1300 if (tlbs != NULL)
1301 md_free_scan_dag(mdp, &tlbs);

Completed in 65 milliseconds