HomeSort by: relevance | last modified time | path
    Searched defs:um_prev (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
target.c 119 struct unwind_mount *um_prev; member in struct:unwind_mount
497 m->um_prev = unwind_mountlist;
513 if (unwind_mountlist->um_prev != NULL)
536 for (m = unwind_mountlist; m != NULL; prev = m, m = m->um_prev)
549 unwind_mountlist = m->um_prev;
551 prev->um_prev = m->um_prev;
611 unwind_mountlist = m->um_prev;
target.c 119 struct unwind_mount *um_prev; member in struct:unwind_mount
497 m->um_prev = unwind_mountlist;
513 if (unwind_mountlist->um_prev != NULL)
536 for (m = unwind_mountlist; m != NULL; prev = m, m = m->um_prev)
549 unwind_mountlist = m->um_prev;
551 prev->um_prev = m->um_prev;
611 unwind_mountlist = m->um_prev;

Completed in 21 milliseconds