Searched refs:lc_lmp (Results 1 – 3 of 3) sorted by relevance
246 if ((lcp[tag].lc_lmp) && in get_lcinterface() 249 lcp[tag].lc_lmp, tag)); in get_lcinterface() 254 lcp[tag].lc_lmp = lmp; in get_lcinterface() 502 MODE(lml->lm_lcs[CI_THRINIT].lc_lmp) |= RTLD_NODELETE; in rt_thr_init()
235 if (lml->lm_lcs[tag].lc_lmp == lmp) { in remove_so()236 lml->lm_lcs[tag].lc_lmp = NULL; in remove_so()239 if (glcs[tag].lc_lmp == lmp) { in remove_so()240 ASSERT(glcs[tag].lc_lmp != NULL); in remove_so()241 glcs[tag].lc_lmp = NULL; in remove_so()
181 Rt_map *lc_lmp; /* function provider */ member