Searched refs:lmc (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 490 Lm_cntl *lmc; in remove_cntl() local 492 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_cntl() 497 ASSERT(lmc->lc_head == NULL); in remove_cntl() 511 Lm_cntl *lmc; in remove_incomplete() local 514 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_incomplete() 525 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) in remove_incomplete() 532 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) in remove_incomplete() 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 [all …]
|
H A D | util.c | 1049 Lm_cntl *lmc; in lm_append() local 1070 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in lm_append() 1079 if (lmc->lc_head == NULL) { in lm_append() 1084 lmc->lc_head = lmc->lc_tail = lmp; in lm_append() 1112 for (tlmp = NEXT_RT_MAP(lmc->lc_head); tlmp; in lm_append() 1128 lmc->lc_flags |= LMC_FLG_REANALYZE; in lm_append() 1140 NEXT(lmc->lc_tail) = (Link_map *)lmp; in lm_append() 1141 PREV(lmp) = (Link_map *)lmc->lc_tail; in lm_append() 1142 lmc->lc_tail = lmp; in lm_append() 1165 lml->lm_head = lmc->lc_head; in lm_append() [all …]
|
H A D | object.c | 242 Lm_cntl *lmc; in elf_obj_fini() local 345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini() 356 lmc->lc_head = nlmp; in elf_obj_fini() 368 lmc->lc_tail = tlmp; in elf_obj_fini()
|
H A D | analyze.c | 788 Lm_cntl *lmc; in is_so_loaded() local 824 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) { in is_so_loaded() 825 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in is_so_loaded() 954 Lm_cntl *lmc; in update_mode() local 957 lmc = (Lm_cntl *)alist_item_by_offset(LIST(lmp)->lm_lists, in update_mode() 959 (void) aplist_append(&lmc->lc_now, lmp, AL_CNT_LMNOW); in update_mode() 1029 Lm_cntl *lmc; in is_devinode_loaded() local 1058 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) { in is_devinode_loaded() 1061 for (nlmp = lmc->lc_head; nlmp; nlmp = NEXT_RT_MAP(nlmp)) { in is_devinode_loaded() 3096 Lm_cntl *lmc; in _lookup_sym() local [all …]
|
H A D | dlfcns.c | 70 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() 2295 Lm_cntl *lmc; in dl_iterate_phdr() local 2310 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in dl_iterate_phdr() 2311 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in dl_iterate_phdr()
|
H A D | elf.c | 2693 Lm_cntl *lmc; local 2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp)); 2768 llmp = lmc->lc_tail;
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 817 Lm_cntl lmc; in _dcmd_Lm_list() local 837 if (mdb_vread(&lmc, sizeof (Lm_cntl), in _dcmd_Lm_list() 855 mdb_printf(MSG_ORIG(MSG_LMC_LINE2), lmc.lc_head, in _dcmd_Lm_list() 856 lmc.lc_tail); in _dcmd_Lm_list() 857 mdb_printf(MSG_ORIG(MSG_LMC_LINE3), lmc.lc_flags, in _dcmd_Lm_list() 858 lmc.lc_now); in _dcmd_Lm_list() 859 mdb_printf(MSG_ORIG(MSG_LMC_LINE4), lmc.lc_flags, 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() [all …]
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 598 Lm_cntl *lmc; in Dbg_file_cntl() local 610 for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) { in Dbg_file_cntl() 614 for (lmp = lmc->lc_head; lmp; lmp = (Rt_map *)NEXT(lmp)) in Dbg_file_cntl()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 226 uint8_t lmc; member
|
H A D | ib_user_verbs.h | 221 uint8_t lmc; member
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 1820 resp.lmc = port_info->p_lmc; in sol_uverbs_query_port()
|