Lines Matching refs:menu
32 /* Menu system definitions -- entropy setup */
34 /* arg is an int*, returning a magic value for the selected menu option */
35 menu not_enough_entropy, title MSG_not_enough_entropy, y=-1, no box, clear,
47 /* arg is an int*, returning a magic value for the selected menu option */
48 menu entropy_select_file, title MSG_entropy_select_file, y=-5, box,
60 /* arg is an int*, set to SET_RETRY when the menu is aborted */
61 menu entropy_nfssource, y=-5, x=0, w=70, no box, no clear,
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);},
74 menu entropy_ftpsource, y=-4, x=0, w=70, no box, no clear,
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,
122 /* arg is an int*, set to SET_RETRY when the menu is aborted */
123 menu entropy_localfs, y=-4, x=0, w=70, no box, no clear,
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);},