Symbol: dfui_response_get_action_id
usr.sbin/installer/dfuibe_installer/flow.c
1290
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
1396
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
1468
strlcpy(interface, dfui_response_get_action_id(r), 256);
usr.sbin/installer/dfuibe_installer/flow.c
1470
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
165
id = aura_strdup(dfui_response_get_action_id(r));
usr.sbin/installer/dfuibe_installer/flow.c
292
if (strcmp(dfui_response_get_action_id(r), "install") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
294
} else if (strcmp(dfui_response_get_action_id(r), "upgrade") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
296
} else if (strcmp(dfui_response_get_action_id(r), "configure") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
300
} else if (strcmp(dfui_response_get_action_id(r), "utilities") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
302
} else if (strcmp(dfui_response_get_action_id(r), "exit") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
304
} else if (strcmp(dfui_response_get_action_id(r), "configure_netboot") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
306
} else if (strcmp(dfui_response_get_action_id(r), "reboot") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
375
if (strcmp(dfui_response_get_action_id(r), "environment") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
377
} else if (strcmp(dfui_response_get_action_id(r), "utilities") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
379
} else if (strcmp(dfui_response_get_action_id(r), "exit") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
381
} else if (strcmp(dfui_response_get_action_id(r), "reboot") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
507
if (strcmp(dfui_response_get_action_id(r), "root_passwd") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
509
} else if (strcmp(dfui_response_get_action_id(r), "add_user") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
511
} else if (strcmp(dfui_response_get_action_id(r), "assign_ip") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
513
} else if (strcmp(dfui_response_get_action_id(r), "assign_hostname_domain") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
515
} else if (strcmp(dfui_response_get_action_id(r), "set_kbdmap") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
517
} else if (strcmp(dfui_response_get_action_id(r), "set_vidfont") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
519
} else if (strcmp(dfui_response_get_action_id(r), "set_scrnmap") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
521
} else if (strcmp(dfui_response_get_action_id(r), "set_timezone") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
523
} else if (strcmp(dfui_response_get_action_id(r), "set_datetime") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
525
} else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
587
if (strcmp(dfui_response_get_action_id(r), "environment") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
589
else if (strcmp(dfui_response_get_action_id(r), "diagnostics") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
591
else if (strcmp(dfui_response_get_action_id(r), "diskutil") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
593
else if (strcmp(dfui_response_get_action_id(r), "livecd") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
595
else if (strcmp(dfui_response_get_action_id(r), "reboot") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
597
else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0)
usr.sbin/installer/dfuibe_installer/flow.c
667
if (strcmp(dfui_response_get_action_id(r), "set_kbdmap") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
669
} else if (strcmp(dfui_response_get_action_id(r), "set_vidfont") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
671
} else if (strcmp(dfui_response_get_action_id(r), "set_scrnmap") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
673
} else if (strcmp(dfui_response_get_action_id(r), "assign_hostname_domain") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
675
} else if (strcmp(dfui_response_get_action_id(r), "assign_ip") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
677
} else if (strcmp(dfui_response_get_action_id(r), "set_timezone") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
679
} else if (strcmp(dfui_response_get_action_id(r), "set_datetime") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
681
} else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
729
if (strcmp(dfui_response_get_action_id(r), "show_dmesg") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
731
} else if (strcmp(dfui_response_get_action_id(r), "pciconf") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
733
} else if (strcmp(dfui_response_get_action_id(r), "natacontrol") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
735
} else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
791
if (strcmp(dfui_response_get_action_id(r), "format_hdd") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
798
} else if (strcmp(dfui_response_get_action_id(r), "wipe_start_of_disk") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
800
} else if (strcmp(dfui_response_get_action_id(r), "wipe_start_of_slice") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
802
} else if (strcmp(dfui_response_get_action_id(r), "install_bootblocks") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
807
} else if (strcmp(dfui_response_get_action_id(r), "format_msdos_floppy") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
809
} else if (strcmp(dfui_response_get_action_id(r), "create_cdboot_floppy") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
811
} else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
932
if (strcmp(dfui_response_get_action_id(r), "proceed") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
938
} else if (strcmp(dfui_response_get_action_id(r), "livecd") == 0) {
usr.sbin/installer/dfuibe_installer/flow.c
940
} else if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
1076
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0)
usr.sbin/installer/dfuibe_installer/fn_configure.c
157
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
285
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
401
if (strcmp(dfui_response_get_action_id(r), "ok") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
500
s = aura_strdup(dfui_response_get_action_id(r));
usr.sbin/installer/dfuibe_installer/fn_configure.c
738
if (strcmp(dfui_response_get_action_id(r), "ok") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
829
if (strcmp(dfui_response_get_action_id(r), "ok") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
971
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
977
strlcpy(interface, dfui_response_get_action_id(r), 256);
usr.sbin/installer/dfuibe_installer/fn_disk.c
105
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_disk.c
108
d = disk_find(a->s, dfui_response_get_action_id(r));
usr.sbin/installer/dfuibe_installer/fn_disk.c
162
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_disk.c
166
atoi(dfui_response_get_action_id(r)));
usr.sbin/installer/dfuibe_installer/fn_disk.c
580
if (strcmp(dfui_response_get_action_id(r), "ok") == 0) {
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
815
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c
818
} else if (strcmp(dfui_response_get_action_id(r), "switch") == 0) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
744
if (strcmp(dfui_response_get_action_id(r), "cancel") == 0) {
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c
747
} else if (strcmp(dfui_response_get_action_id(r), "switch") == 0) {
usr.sbin/installer/libdfui/connection.c
232
strlcpy(action_name, dfui_response_get_action_id(r), 256);
usr.sbin/installer/libdfui/dfui.h
378
const char *dfui_response_get_action_id(const struct dfui_response *);
usr.sbin/installer/libinstaller/uiutil.c
110
if (strcmp(dfui_response_get_action_id(r), "ok") == 0)