Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dflow.c137 id = aura_strdup(dfui_response_get_action_id(r)); in state_lang_menu()
264 if (strcmp(dfui_response_get_action_id(r), "install") == 0) { in state_welcome()
576 if (strcmp(dfui_response_get_action_id(r), "environment") == 0) in state_utilities_menu()
582 else if (strcmp(dfui_response_get_action_id(r), "livecd") == 0) in state_utilities_menu()
584 else if (strcmp(dfui_response_get_action_id(r), "reboot") == 0) in state_utilities_menu()
586 else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) in state_utilities_menu()
919 if (strcmp(dfui_response_get_action_id(r), "proceed") == 0) { in state_begin_install()
1277 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in state_install_os()
1383 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in state_reboot()
1455 strlcpy(interface, dfui_response_get_action_id(r), 256); in state_setup_remote_installation_server()
[all …]
H A Dfn_configure.c155 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_add_user()
283 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_root_passwd()
399 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) { in fn_get_passphrase()
498 s = aura_strdup(dfui_response_get_action_id(r)); in fn_select_file()
736 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) { in fn_assign_datetime()
806 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) { in fn_assign_hostname_domain()
885 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_assign_ip()
891 strlcpy(interface, dfui_response_get_action_id(r), 256); in fn_assign_ip()
977 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) { in fn_assign_ip()
1130 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_select_services()
H A Dfn_disk.c105 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_select_disk()
108 d = disk_find(a->s, dfui_response_get_action_id(r)); in fn_select_disk()
162 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in fn_select_slice()
166 atoi(dfui_response_get_action_id(r))); in fn_select_slice()
580 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) { in fn_install_bootblocks()
H A Dfn_subpart_ufs.c744 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in show_create_subpartitions_form()
747 } else if (strcmp(dfui_response_get_action_id(r), "switch") == 0) { in show_create_subpartitions_form()
H A Dfn_subpart_hammer.c815 if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) { in show_create_subpartitions_form()
818 } else if (strcmp(dfui_response_get_action_id(r), "switch") == 0) { in show_create_subpartitions_form()
/dragonfly/usr.sbin/installer/libinstaller/
H A Duiutil.c110 if (strcmp(dfui_response_get_action_id(r), "ok") == 0) in confirm_dangerous_action()
/dragonfly/usr.sbin/installer/libdfui/
H A Ddfui.h345 const char *dfui_response_get_action_id(const struct dfui_response *);
H A Dconnection.c232 strlcpy(action_name, dfui_response_get_action_id(r), 256); in dfui_be_present_dialog()
H A Dform.c1109 dfui_response_get_action_id(const struct dfui_response *r) in dfui_response_get_action_id() function