Lines Matching refs:next
159 fp->next = NULL;
174 for (qp = fc_request_head; qp->next != NULL; qp = qp->next)
176 qp->next = fp;
208 fc_request_head = fp->next;
210 for (qp = fc_request_head; qp->next != fp; qp = qp->next)
212 qp->next = fp->next;
288 for (fp = fc_request_head; fp != NULL; fp = fp->next) {
332 ip->next = NULL;
334 ip->next = rp->head;
354 rp->head = ip->next;
359 for (fp = rp->head; fp && (fp->next != ip); fp = fp->next)
368 fp->next = ip->next;
462 np = ip->next;
475 for (ip = *head; ip; ip = ip->next)
503 for (hp = *head; hp; hp = hp->next) {
514 np->next = *head;
546 for (hp = *head; hp; hp = hp->next) {
557 np->next = *head;