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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c240 mblk_t *llmp; local
246 llmp = mac_ib_header(NULL, &orig_hp->ipoib_dest,
248 if (llmp == NULL)
257 llmp->b_cont = mp;
258 return (llmp);
H A Dmac_wifi.c379 mblk_t *llmp; local
385 llmp = mac_wifi_header(&ehp->ether_shost, &ehp->ether_dhost,
387 if (llmp == NULL)
396 llmp->b_cont = mp;
397 return (llmp);
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c66 Rt_map *lmp, *nlmp, *llmp; local
109 llmp = lml->lm_tail;
160 load_completion(llmp);
H A Dsparc_elf.c352 Rt_map *nlmp, *llmp; local
419 llmp = lml->lm_tail;
504 load_completion(llmp);
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c214 Rt_map *nlmp, *llmp; local
268 llmp = lml->lm_tail;
350 load_completion(llmp);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c195 Rt_map *nlmp, *llmp; local
247 llmp = lml->lm_tail;
329 load_completion(llmp);
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c479 Rt_map *nlmp, *llmp; local
560 llmp = lml->lm_tail;
648 load_completion(llmp);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1416 Rt_map *llmp = NULL; local
1430 llmp = LIST(clmp)->lm_tail;
1435 llmp = LIST(ghp->gh_ownlmp)->lm_tail;
1438 if ((llmp =
1479 load_completion(llmp);
H A Delf.c2740 Rt_map *nlmp, *llmp; local
2768 llmp = lmc->lc_tail;
2806 if (NEXT_RT_MAP(llmp)) {
2810 sl1.sl_imap = NEXT_RT_MAP(llmp);
2834 if ((gdp->gd_depend != NEXT_RT_MAP(llmp)) &&

Completed in 85 milliseconds