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

  /src/usr.sbin/sysinst/
target.c 603 static volatile int unwind_in_progress = 0; local in function:unwind_mounts
606 if (unwind_in_progress)
608 unwind_in_progress = 1;
626 unwind_in_progress = 0;
target.c 603 static volatile int unwind_in_progress = 0; local in function:unwind_mounts
606 if (unwind_in_progress)
608 unwind_in_progress = 1;
626 unwind_in_progress = 0;

Completed in 23 milliseconds