Searched refs:llmp (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ib.c | 240 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 D | mac_wifi.c | 379 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 D | sparc_a.out.c | 66 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 D | sparc_elf.c | 352 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 D | amd64_elf.c | 214 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 D | i386_elf.c | 195 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 D | dlfcns.c | 1416 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 D | elf.c | 2740 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 D | sparc_elf.c | 479 Rt_map *nlmp, *llmp; in elf_bndr() local 560 llmp = lml->lm_tail; in elf_bndr() 648 load_completion(llmp); in elf_bndr()
|