Home
last modified time | relevance | path

Searched refs:um_prev (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dtarget.c119 struct unwind_mount *um_prev; member
497 m->um_prev = unwind_mountlist; in target_mount_do()
513 if (unwind_mountlist->um_prev != NULL) in umount_root()
536 for (m = unwind_mountlist; m != NULL; prev = m, m = m->um_prev) in target_unmount()
549 unwind_mountlist = m->um_prev; in target_unmount()
551 prev->um_prev = m->um_prev; in target_unmount()
611 unwind_mountlist = m->um_prev; in unwind_mounts()