Lines Matching refs:next

586 		n = p->next;
648 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
684 for (slp = setlistp; (slp != NULL); slp = slp->next) {
714 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
825 nl2 = nl2->next;
898 tail = &(*tail)->next) {
904 setlistp = (*tail)->next;
906 (*prev)->next = (*tail)->next;
1121 n = p->next;
1166 n = p->next;
1239 mddrivenamelist_t *next = NULL;
1241 for (/* void */; (dnlp != NULL); dnlp = next) {
1242 next = dnlp->next;
1272 tailpp = &dnlp->next;
1289 for (; (*dnlpp != NULL); dnlpp = &(*dnlpp)->next)
1320 /* If it's the first item in the list, return it instead of the next */
1321 if ((*tailpp)->next == NULL)
1324 return (&(*tailpp)->next);
2306 n = p->next;
2431 for (fnlpp = &fastnmlp; (*fnlpp != NULL); fnlpp = &(*fnlpp)->next) {
2547 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2720 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2856 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
2980 for (tail = &drivelistp; (*tail != NULL); tail = &(*tail)->next) {
3240 mdnamelist_t *next = NULL;
3242 for (/* void */; (nlp != NULL); nlp = next) {
3243 next = nlp->next;
3274 tailpp = &nlp->next;
3291 for (; (*nlpp != NULL); nlpp = &(*nlpp)->next)
3322 /* If it's the first item in the list, return it instead of the next */
3323 if ((*tailpp)->next == NULL)
3326 return (&(*tailpp)->next);
3370 n = p->next;
3422 for (tail = &hsplistp; (*tail != NULL); tail = &(*tail)->next) {
3539 mdhspnamelist_t *next = NULL;
3541 for (/* void */; (hspnlp != NULL); hspnlp = next) {
3542 next = hspnlp->next;
3572 tailpp = &hspnlp->next;
3586 for (; (*hspnlpp != NULL); hspnlpp = &(*hspnlpp)->next)
3643 for (dnlp = drivelistp; (dnlp != NULL); dnlp = dnlp->next) {
3777 for (hspp = hspnlp; (hspp != NULL); hspp = hspp->next) {
3854 for (tmp = ldevidp; (tmp != NULL); tmp = tmp->next) {
3865 lastdevidp->next = lldevidp;