Home | History | Annotate | Download | only in sysinst

Lines Matching defs:unwind_mountlist

131 struct unwind_mount *unwind_mountlist = NULL;
497 m->um_prev = unwind_mountlist;
498 unwind_mountlist = m;
511 if (unwind_mountlist == NULL)
513 if (unwind_mountlist->um_prev != NULL)
519 free(unwind_mountlist);
520 unwind_mountlist = NULL;
536 for (m = unwind_mountlist; m != NULL; prev = m, m = m->um_prev)
548 if (m == unwind_mountlist)
549 unwind_mountlist = m->um_prev;
579 if (unwind_mountlist == NULL) {
610 while ((m = unwind_mountlist) != NULL) {
611 unwind_mountlist = m->um_prev;
714 return (unwind_mountlist != NULL);