Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgremove.c37 (yes_no_prompt("Do you really want to remove volume " in vgremove_single()
H A Dpvremove.c78 yes_no_prompt(_really_wipe, name, pv_vg_name(pv)) == 'n') { in pvremove_check()
H A Dlvchange.c185 yes_no_prompt("Do you really want to deactivate " in lvchange_resync()
435 yes_no_prompt("Logical volume %s will be " in lvchange_persistent()
H A Dlvconvert.c489 yes_no_prompt("Attempt to replace failed mirror log? [y/n]: ") == 'n') { in _lvconvert_mirrors_repair_ask()
494 yes_no_prompt("Attempt to replace failed mirror images " in _lvconvert_mirrors_repair_ask()
H A Dlvresize.c123 if (yes_no_prompt("Do you really want to reduce %s? [y/n]: ", in _request_confirmation()
/netbsd-src/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.h64 char yes_no_prompt(const char *prompt, ...);
H A Ddisplay.c818 char yes_no_prompt(const char *prompt, ...) in yes_no_prompt() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddisplay.h64 char yes_no_prompt(const char *prompt, ...);
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.c1227 yes_no_prompt(_really_init, name, pv_vg_name(pv)) == 'n') { in pvcreate_check()
1272 (yes_no_prompt("Software RAID md superblock " in pvcreate_check()
1290 (yes_no_prompt("Swap signature detected on %s. Wipe it? [y/n] ", in pvcreate_check()
H A Dmirror.c1251 } else if (yes_no_prompt("Full resync required to convert " in remove_mirror_log()
H A Dlv_manip.c2104 yes_no_prompt("Do you really want to remove active " in lv_remove_single()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW754 Move guts of vgremove and lvremove into library, including yes_no_prompt.
1244 Fix yes_no_prompt() error handling.