Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A Dfn_disk.c217 if (!commands_execute(a, cmds)) { in fn_format_disk_mbr()
330 if (!commands_execute(a, cmds)) { in fn_format_disk_uefi()
409 if (commands_execute(a, cmds)) { in fn_wipe_start_of_disk()
452 if (commands_execute(a, cmds)) { in fn_wipe_start_of_slice()
494 if (commands_execute(a, cmds)) { in ask_to_wipe_boot_sector()
604 if (!commands_execute(a, cmds)) { in fn_install_bootblocks()
632 if (commands_execute(a, cmds)) in fn_format_msdos_floppy()
677 if (commands_execute(a, cmds)) in fn_create_cdboot_floppy()
759 result = commands_execute(a, cmds); in format_slice()
H A Dfn_configure.c224 if (commands_execute(a, cmds)) { in fn_add_user()
314 if (commands_execute(a, cmds)) { in fn_root_passwd()
524 if (commands_execute(a, cmds)) { in fn_set_kbdmap()
557 if (commands_execute(a, cmds)) { in fn_set_vidfont()
598 if (commands_execute(a, cmds)) { in fn_set_scrnmap()
639 commands_execute(a, cmds); in fn_set_timezone()
671 if (commands_execute(a, cmds)) { in fn_set_timezone()
759 if (commands_execute(a, cmds)) { in fn_assign_datetime()
910 if (commands_execute(a, cmds)) { in fn_assign_ip()
1005 if (commands_execute(a, cmds)) { in fn_assign_ip()
[all …]
H A Dflow.c530 commands_execute(a, cmds); in state_configure_menu()
1212 commands_execute(a, cmds); in state_create_subpartitions()
1494 if (commands_execute(a, cmds)) { in state_setup_remote_installation_server()
H A Dfn_install.c762 if (!commands_execute(a, cmds)) { in fn_install_os()
795 if (!commands_execute(a, cmds)) in fn_install_os()
H A Dfn_subpart_ufs.c254 result = commands_execute(a, cmds); in create_subpartitions()
H A Dfn_subpart_hammer.c296 result = commands_execute(a, cmds); in create_subpartitions()
/dflybsd-src/usr.sbin/installer/libinstaller/
H A Dcommands.h111 int commands_execute(struct i_fn_args *, struct commands *);
H A Dconfed.c209 if (!commands_execute(a, cmds)) { in config_vars_read()
H A Dsurvey.c287 if (!commands_execute(a, cmds)) in survey_storage()
H A Dcommands.c502 commands_execute(struct i_fn_args *a, struct commands *cmds) in commands_execute() function