Searched refs:SET_RETRY (Results 1 – 6 of 6) sorted by relevance
/netbsd/usr.sbin/sysinst/ |
H A D | menus.entropy | 60 /* arg is an int*, set to SET_RETRY when the menu is aborted */ 70 action { *((int*)arg) = SET_RETRY; }; 117 option MSG_cancel, exit, action { ((arg_rv*)arg)->rv = SET_RETRY; }; 120 /* arg is an int*, set to SET_RETRY when the menu is aborted */ 130 option MSG_cancel, exit, action { *((int*)arg) = SET_RETRY; };
|
H A D | util.c | 382 if (rv == SET_RETRY) in get_via_floppy() 383 return SET_RETRY; in get_via_floppy() 652 return SET_RETRY; in get_via_cdrom() 675 return SET_RETRY; in get_via_cdrom() 690 if (rv == SET_RETRY) in get_via_localfs() 691 return SET_RETRY; in get_via_localfs() 696 return SET_RETRY; in get_via_localfs() 720 return SET_RETRY; in get_via_localdir() 1023 return SET_RETRY; in extract_file_to() 1063 return SET_RETRY; in extract_file_to() [all …]
|
H A D | net.c | 1003 return rval ? SET_RETRY : SET_OK; in do_ftp_fetch() 1038 if (arg.rv == SET_RETRY) in get_via_ftp() 1039 return SET_RETRY; in get_via_ftp() 1070 if (rv == SET_RETRY) in get_via_nfs() 1071 return SET_RETRY; in get_via_nfs() 1076 return SET_RETRY; in get_via_nfs()
|
H A D | menus.mi | 414 option MSG_exit_menu_generic, exit, action { ((arg_rv*)arg)->rv = SET_RETRY; }; 437 option MSG_exit_menu_generic, exit, action { *((int*)arg) = SET_RETRY; }; 442 option MSG_Abort_fetch, exit, action { *(int *)arg = SET_RETRY; }; 447 option MSG_Abort_fetch, exit, action { *(int *)arg = SET_RETRY; }; 466 option MSG_exit_menu_generic, exit, action { *((int*)arg) = SET_RETRY; }; 480 option MSG_source_sel_retry, exit, action { *((int*)arg) = SET_RETRY; }; 497 option MSG_exit_menu_generic, exit, action { *((int*)arg) = SET_RETRY; }; 510 option MSG_exit_menu_generic, exit, action { *((int*)arg) = SET_RETRY; };
|
H A D | configmenu.c | 371 int status = SET_RETRY; in set_pkgsrc() 387 while (status == SET_RETRY); in set_pkgsrc()
|
H A D | defs.h | 95 #define SET_RETRY 1 /* Retry */ macro
|