Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c122 int32_t umount_failed = 0; in process_options() local
180 umount_failed = 1; in process_options()
186 if (umount_required && U_flag && umount_failed) { in process_options()