Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c240 mblk_t *llmp; in mac_ib_header_cook() local
246 llmp = mac_ib_header(NULL, &orig_hp->ipoib_dest, in mac_ib_header_cook()
248 if (llmp == NULL) in mac_ib_header_cook()
257 llmp->b_cont = mp; in mac_ib_header_cook()
258 return (llmp); in mac_ib_header_cook()
H A Dmac_wifi.c379 mblk_t *llmp; in mac_wifi_header_cook() local
385 llmp = mac_wifi_header(&ehp->ether_shost, &ehp->ether_dhost, in mac_wifi_header_cook()
387 if (llmp == NULL) in mac_wifi_header_cook()
396 llmp->b_cont = mp; in mac_wifi_header_cook()
397 return (llmp); in mac_wifi_header_cook()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c66 Rt_map *lmp, *nlmp, *llmp; in aout_bndr() local
109 llmp = lml->lm_tail; in aout_bndr()
160 load_completion(llmp); in aout_bndr()
H A Dsparc_elf.c352 Rt_map *nlmp, *llmp; in elf_bndr() local
419 llmp = lml->lm_tail; in elf_bndr()
504 load_completion(llmp); in elf_bndr()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c214 Rt_map *nlmp, *llmp; in elf_bndr() local
268 llmp = lml->lm_tail; in elf_bndr()
350 load_completion(llmp); in elf_bndr()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c195 Rt_map *nlmp, *llmp; in elf_bndr() local
247 llmp = lml->lm_tail; in elf_bndr()
329 load_completion(llmp); in elf_bndr()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1416 Rt_map *llmp = NULL; in dlsym_intn() local
1430 llmp = LIST(clmp)->lm_tail; in dlsym_intn()
1435 llmp = LIST(ghp->gh_ownlmp)->lm_tail; in dlsym_intn()
1438 if ((llmp = in dlsym_intn()
1479 load_completion(llmp); in dlsym_intn()
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)) &&
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c479 Rt_map *nlmp, *llmp; in elf_bndr() local
560 llmp = lml->lm_tail; in elf_bndr()
648 load_completion(llmp); in elf_bndr()