Lines Matching refs:lm_next
132 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 = ld->ld_responses;
825 ld->ld_responses = l->lm_next;
827 prev->lm_next = l->lm_next;
1074 for ( lm = ld->ld_responses; lm != NULLMSG; lm = lm->lm_next ) {
1089 ld->ld_responses = lm->lm_next;
1091 prev->lm_next = lm->lm_next;