Home
last modified time | relevance | path

Searched refs:lmc (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c490 Lm_cntl *lmc; in remove_cntl() local
497 ASSERT(lmc->lc_head == NULL); in remove_cntl()
511 Lm_cntl *lmc; in remove_incomplete() local
540 while ((lmp = lmc->lc_head) != NULL) in remove_incomplete()
543 lmc->lc_head = lmc->lc_tail = NULL; in remove_incomplete()
855 Lm_cntl *lmc; in remove_lmc() local
864 if (lmc->lc_head == NULL) in remove_lmc()
874 lmp = lmc->lc_head; in remove_lmc()
892 lmc->lc_flags &= ~LMC_FLG_RELOCATING; in remove_lmc()
979 if (lmc->lc_head) { in remove_lmc()
[all …]
H A Dutil.c1051 Lm_cntl *lmc; in lm_append() local
1081 if (lmc->lc_head == NULL) { in lm_append()
1086 lmc->lc_head = lmc->lc_tail = lmp; in lm_append()
1144 lmc->lc_tail = lmp; in lm_append()
1167 lml->lm_head = lmc->lc_head; in lm_append()
1168 lml->lm_tail = lmc->lc_tail; in lm_append()
1178 Lm_cntl *lmc; in lm_delete() local
1205 if (lmc->lc_head == lmp) in lm_delete()
1210 if (lmc->lc_tail == lmp) in lm_delete()
1220 lml->lm_head = lmc->lc_head; in lm_delete()
[all …]
H A Dobject.c240 Lm_cntl *lmc; in elf_obj_fini() local
343 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
354 lmc->lc_head = nlmp; in elf_obj_fini()
366 lmc->lc_tail = tlmp; in elf_obj_fini()
H A Danalyze.c787 Lm_cntl *lmc; in is_so_loaded() local
823 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) { in is_so_loaded()
953 Lm_cntl *lmc; in update_mode() local
958 (void) aplist_append(&lmc->lc_now, lmp, AL_CNT_LMNOW); in update_mode()
1028 Lm_cntl *lmc; in is_devinode_loaded() local
1057 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) { in is_devinode_loaded()
3088 Lm_cntl *lmc; in _lookup_sym() local
3093 if (((ret = core_lookup_sym(lmc->lc_head, &sl, srp, in _lookup_sym()
3137 Lm_cntl *lmc; in _lookup_sym() local
3139 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) { in _lookup_sym()
[all …]
H A Ddlfcns.c70 Lm_cntl *lmc; in _caller() local
72 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in _caller()
75 for (lmp = lmc->lc_head; lmp; in _caller()
2296 Lm_cntl *lmc; in dl_iterate_phdr() local
2311 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in dl_iterate_phdr()
2312 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in dl_iterate_phdr()
H A Delf.c2670 Lm_cntl *lmc; local
2693 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
2745 llmp = lmc->lc_tail;
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c817 Lm_cntl lmc; in _dcmd_Lm_list() local
837 if (mdb_vread(&lmc, sizeof (Lm_cntl), in _dcmd_Lm_list()
856 lmc.lc_tail); in _dcmd_Lm_list()
858 lmc.lc_now); in _dcmd_Lm_list()
865 if (lmc.lc_head) { in _dcmd_Lm_list()
868 (uintptr_t)lmc.lc_head) == -1) { in _dcmd_Lm_list()
880 if (mdb_vread(&lmc, sizeof (Lm_cntl), in _dcmd_Lm_list()
891 lmc.lc_head, lmc.lc_tail); in _dcmd_Lm_list()
893 lmc.lc_flags, lmc.lc_now); in _dcmd_Lm_list()
895 lmc.lc_flags, lmc_bits); in _dcmd_Lm_list()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c585 Lm_cntl *lmc; in Dbg_file_cntl() local
597 for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) { in Dbg_file_cntl()
601 for (lmp = lmc->lc_head; lmp; lmp = (Rt_map *)NEXT(lmp)) in Dbg_file_cntl()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h226 uint8_t lmc; member
H A Dib_user_verbs.h221 uint8_t lmc; member
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1820 resp.lmc = port_info->p_lmc; in sol_uverbs_query_port()