Lines Matching refs:next

587 		n = p->next;
648 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
684 for (slp = setlistp; (slp != NULL); slp = slp->next) {
712 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
823 nl2 = nl2->next;
1065 n = p->next;
1110 n = p->next;
1183 mddrivenamelist_t *next = NULL;
1185 for (/* void */; (dnlp != NULL); dnlp = next) {
1186 next = dnlp->next;
1216 tailpp = &dnlp->next;
1233 for (; (*dnlpp != NULL); dnlpp = &(*dnlpp)->next)
1264 /* If it's the first item in the list, return it instead of the next */
1265 if ((*tailpp)->next == NULL)
1268 return (&(*tailpp)->next);
2250 n = p->next;
2375 for (fnlpp = &fastnmlp; (*fnlpp != NULL); fnlpp = &(*fnlpp)->next) {
2491 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2664 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2795 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2919 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
3179 mdnamelist_t *next = NULL;
3181 for (/* void */; (nlp != NULL); nlp = next) {
3182 next = nlp->next;
3213 tailpp = &nlp->next;
3230 for (; (*nlpp != NULL); nlpp = &(*nlpp)->next)
3261 /* If it's the first item in the list, return it instead of the next */
3262 if ((*tailpp)->next == NULL)
3265 return (&(*tailpp)->next);
3309 n = p->next;
3361 for (tail = &hsplistp; (*tail != NULL); tail = &(*tail)->next) {
3478 mdhspnamelist_t *next = NULL;
3480 for (/* void */; (hspnlp != NULL); hspnlp = next) {
3481 next = hspnlp->next;
3511 tailpp = &hspnlp->next;
3525 for (; (*hspnlpp != NULL); hspnlpp = &(*hspnlpp)->next)
3582 for (dnlp = drivelistp; (dnlp != NULL); dnlp = dnlp->next) {
3716 for (hspp = hspnlp; (hspp != NULL); hspp = hspp->next) {
3793 for (tmp = ldevidp; (tmp != NULL); tmp = tmp->next) {
3804 lastdevidp->next = lldevidp;