Home | History | Annotate | Download | only in sysinst

Lines Matching refs:option

34 /* arg is an int*, returning a magic value for the selected menu option */
37 option MSG_entropy_add_manually, exit,
39 option MSG_entropy_download_seed, exit,
41 option MSG_entropy_download_raw, exit,
43 option MSG_entropy_retry, exit,
47 /* arg is an int*, returning a magic value for the selected menu option */
50 option MSG_entropy_add_download_http, exit,
52 option MSG_entropy_add_download_ftp, exit,
54 option MSG_entropy_add_nfs, exit,
56 option MSG_entropy_add_local, exit,
63 option {src_legend(menu, MSG_Host, nfs_host);},
65 option {src_legend(menu, MSG_Base_dir, nfs_dir);},
67 option {src_legend(menu, MSG_entropy_file, entropy_file);},
69 option MSG_cancel, exit,
76 option {src_legend(menu, MSG_Host,
84 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
87 option {src_legend(menu, MSG_User,
93 option {src_legend(menu, MSG_Password,
107 option {src_legend(menu, MSG_Proxy,
119 option MSG_cancel, exit, action { ((arg_rv*)arg)->rv = SET_RETRY; };
126 option {src_legend(menu, MSG_Device, localfs_dev);},
128 option {src_legend(menu, MSG_File_system, localfs_fs);},
130 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
132 option MSG_cancel, exit, action { *((int*)arg) = SET_RETRY; };