Searched defs:lmc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c242 Lm_cntl *lmc; local
345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp));
356 lmc->lc_head = nlmp;
368 lmc->lc_tail = tlmp;
H A Dremove.c490 Lm_cntl *lmc; local
492 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
497 ASSERT(lmc->lc_head == NULL);
511 Lm_cntl *lmc; local
514 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
525 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp))
532 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp))
540 while ((lmp = lmc->lc_head) != NULL)
543 lmc->lc_head = lmc
855 Lm_cntl *lmc; local
[all...]
H A Ddlfcns.c70 Lm_cntl *lmc; local
72 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) {
75 for (lmp = lmc->lc_head; lmp;
2295 Lm_cntl *lmc; local
2310 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) {
2311 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) {
H A Danalyze.c788 Lm_cntl *lmc; local
824 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) {
825 for (lmp = lmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) {
954 Lm_cntl *lmc; local
957 lmc = (Lm_cntl *)alist_item_by_offset(LIST(lmp)->lm_lists,
959 (void) aplist_append(&lmc->lc_now, lmp, AL_CNT_LMNOW);
1029 Lm_cntl *lmc; local
1058 for (ALIST_TRAVERSE(lml->lm_lists, idx, lmc)) {
1061 for (nlmp = lmc->lc_head; nlmp; nlmp = NEXT_RT_MAP(nlmp)) {
3096 Lm_cntl *lmc; local
3145 Lm_cntl *lmc; local
[all...]
H A Delf.c2693 Lm_cntl *lmc; local
2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
2768 llmp = lmc->lc_tail;
H A Dutil.c1049 Lm_cntl *lmc; local
1070 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
1079 if (lmc->lc_head == NULL) {
1084 lmc->lc_head = lmc->lc_tail = lmp;
1112 for (tlmp = NEXT_RT_MAP(lmc->lc_head); tlmp;
1128 lmc->lc_flags |= LMC_FLG_REANALYZE;
1140 NEXT(lmc->lc_tail) = (Link_map *)lmp;
1141 PREV(lmp) = (Link_map *)lmc->lc_tail;
1142 lmc
1176 Lm_cntl *lmc; local
1322 Lm_cntl *lmc; local
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c598 Lm_cntl *lmc; local
610 for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) {
614 for (lmp = lmc->lc_head; lmp; lmp = (Rt_map *)NEXT(lmp))
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c817 Lm_cntl lmc; local
837 if (mdb_vread(&lmc, sizeof (Lm_cntl),
855 mdb_printf(MSG_ORIG(MSG_LMC_LINE2), lmc.lc_head,
856 lmc.lc_tail);
857 mdb_printf(MSG_ORIG(MSG_LMC_LINE3), lmc.lc_flags,
858 lmc.lc_now);
859 mdb_printf(MSG_ORIG(MSG_LMC_LINE4), lmc.lc_flags,
865 if (lmc.lc_head) {
868 (uintptr_t)lmc.lc_head) == -1) {
880 if (mdb_vread(&lmc, sizeo
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h221 uint8_t lmc; member in struct:ib_uverbs_query_port_resp
H A Dib_verbs.h226 uint8_t lmc; member in struct:ib_port_attr

Completed in 1401 milliseconds