Home
last modified time | relevance | path

Searched refs:lm_next (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_mapping.c56 if (lm->lm_next != NULL) in lmapping_verify()
57 ASSERT(lm->lm_next->lm_addr > lm->lm_addr); in lmapping_verify()
58 lm = lm->lm_next; in lmapping_verify()
94 next = lm->lm_next; in lmapping_walk()
119 lmfa.lmfa_prior->lm_next = lmfa.lmfa_ret->lm_next; in lmapping_remove()
121 *lm = lmfa.lmfa_ret->lm_next; in lmapping_remove()
142 cur->lm_next = NULL; in lmapping_insert()
152 cur->lm_next = lmfa.lmfa_prior->lm_next; in lmapping_insert()
153 lmfa.lmfa_prior->lm_next = cur; in lmapping_insert()
155 cur->lm_next = *lm; in lmapping_insert()
[all …]
H A Drcapd_mapping.h42 struct lmapping *lm_next; member
H A Drcapd_scanner.c406 lm = lm->lm_next; in lmapping_dump()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c175 nextlm = lm->lm_next; in check_response_queue()
181 ld->ld_responses = lm->lm_next; in check_response_queue()
183 lastlm->lm_next = nextlm; in check_response_queue()
235 ld->ld_responses = lm->lm_next; in check_response_queue()
237 lastlm->lm_next = lm->lm_next; in check_response_queue()
242 ld->ld_responses->lm_next = lm->lm_next; in check_response_queue()
244 lastlm->lm_next = lm->lm_chain; in check_response_queue()
245 lastlm->lm_next->lm_next = lm->lm_next; in check_response_queue()
250 ld->ld_responses = lm->lm_next; in check_response_queue()
252 lastlm->lm_next = lm->lm_next; in check_response_queue()
[all …]
H A Dunbind.c118 next = lm->lm_next; in ldap_ld_free()
H A Dldap-int.h164 struct ldapmsg *lm_next; /* next response */ member
H A Dmemcache.c1119 for (r = &(ld->ld_responses); *r; r = &((*r)->lm_next))
1254 (*ppCurNew)->lm_next = NULL;
H A Drequest.c715 for ( ; lm != NULLMSG; lm = lm->lm_next ) { in nsldapi_dump_requests_and_responses()
/titanic_41/usr/src/lib/libdll/common/
H A Ddllnext.c195 for (map = _DYNAMIC.ld_un.ld_1->ld_loaded; map; map = map->lm_next) in dllnext()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dlink.h63 struct link_map *lm_next; /* next object in map */ member
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c144 lmp = lmp->lm_next; in apply_lock()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h126 struct a_link_map *lm_next; /* next object in map */ member