Searched refs:lm_next (Results 1 - 19 of 19) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dnotif.c26 return current->lm_next;
36 for (L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
38 if ( L_n->lm_next != NULLMSG )
40 L_q = L_n->lm_next;
60 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
65 ld->ld_notifs = L_n->lm_next;
67 L_q->lm_next = L_n->lm_next;
69 L_n->lm_next = NULLMSG;
85 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
[all...]
H A Dcache.c156 next = m->lm_next;
165 next = m->lm_next;
229 next = m->lm_next;
235 prev->lm_next = next;
249 next = m->lm_next;
255 prev->lm_next = next;
300 new->lm_next = ld->ld_cache->lc_requests;
341 for ( m = ld->ld_cache->lc_requests; m != NULL; m = m->lm_next ) {
385 ld->ld_cache->lc_requests = req->lm_next;
387 prev->lm_next
[all...]
H A Dresult.c132 nextlm = lm->lm_next;
139 ld->ld_responses = lm->lm_next;
141 lastlm->lm_next = nextlm;
201 ld->ld_responses = lm->lm_next;
205 lastlm->lm_next = lm->lm_chain;
207 lastlm->lm_next = lm->lm_next;
215 lm->lm_next = NULLMSG;
792 for ( l = ld->ld_responses; l != NULLMSG; l = l->lm_next ) {
806 new->lm_next
[all...]
H A Dunbind.c101 next = lm->lm_next;
H A Dcldap.c289 ld->ld_responses = ld->ld_responses->lm_next;
H A Drequest.c572 for ( ; lm != NULLMSG; lm = lm->lm_next ) {
/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_mapping.c56 if (lm->lm_next != NULL)
57 ASSERT(lm->lm_next->lm_addr > lm->lm_addr);
58 lm = lm->lm_next;
94 next = lm->lm_next;
119 lmfa.lmfa_prior->lm_next = lmfa.lmfa_ret->lm_next;
121 *lm = lmfa.lmfa_ret->lm_next;
142 cur->lm_next = NULL;
152 cur->lm_next = lmfa.lmfa_prior->lm_next;
[all...]
H A Drcapd_mapping.h42 struct lmapping *lm_next; member in struct:lmapping
H A Drcapd_scanner.c406 lm = lm->lm_next;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c175 nextlm = lm->lm_next;
181 ld->ld_responses = lm->lm_next;
183 lastlm->lm_next = nextlm;
235 ld->ld_responses = lm->lm_next;
237 lastlm->lm_next = lm->lm_next;
242 ld->ld_responses->lm_next = lm->lm_next;
244 lastlm->lm_next = lm->lm_chain;
245 lastlm->lm_next
[all...]
H A Dunbind.c118 next = lm->lm_next;
H A Dldap-int.h164 struct ldapmsg *lm_next; /* next response */ member in struct:ldapmsg
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 ) {
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dlink.h63 struct link_map *lm_next; /* next object in map */ member in struct:link_map
/opensolaris-onvv-gate/usr/src/lib/libdll/common/
H A Ddllnext.c195 for (map = _DYNAMIC.ld_un.ld_1->ld_loaded; map; map = map->lm_next)
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c144 lmp = lmp->lm_next;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h126 struct a_link_map *lm_next; /* next object in map */ member in struct:a_link_map
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-private.h124 struct ldapmsg *lm_next; /* next response */ member in struct:ldapmsg

Completed in 142 milliseconds