Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dtarget.c603 static volatile int unwind_in_progress = 0; in unwind_mounts() local
606 if (unwind_in_progress) in unwind_mounts()
608 unwind_in_progress = 1; in unwind_mounts()
626 unwind_in_progress = 0; in unwind_mounts()