Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c46 int32_t U_flag = 0; variable
189 U_flag++; in main()
314 if (l_flag && (D_flag + e_flag + H_flag + p_flag + U_flag + in check_invalid_combinations()
H A Drmf_menu.c38 extern int32_t U_flag;
132 if (U_flag) { in process_options()
172 v_device_umount = check_and_unmount_vold(dev_name, U_flag); in process_options()
175 U_flag); in process_options()
178 U_flag); in process_options()
186 if (umount_required && U_flag && umount_failed) { in process_options()
195 if (umount_required && !U_flag) { in process_options()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c105 static int U_flag = 0; /* automatically unmount if it's mounted */ variable
269 U_flag++; in main()
362 if (U_flag) { in main()
1138 if (U_flag) { in check_mount()