Lines Matching refs:action
38 action { *((int*)arg) = 1; };
40 action { *((int*)arg) = 2; };
42 action { *((int*)arg) = 3; };
44 action { *((int*)arg) = 4; };
51 action { *((int*)arg) = 1; };
53 action { *((int*)arg) = 2; };
55 action { *((int*)arg) = 3; };
57 action { *((int*)arg) = 4; };
64 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); };
66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); };
68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); };
70 action { *((int*)arg) = SET_RETRY; };
80 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
85 action { src_prompt(MSG_entropy_path_and_file,
89 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
99 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
109 action { struct ftpinfo *fpi = (struct ftpinfo*)((arg_rv*)arg)->arg;
119 option MSG_cancel, exit, action { ((arg_rv*)arg)->rv = SET_RETRY; };
125 display action { msg_display(MSG_entropy_localfs); };
127 action { src_prompt(MSG_dev, localfs_dev, sizeof localfs_dev);};
129 action { src_prompt(MSG_filesys, localfs_fs, sizeof localfs_fs); };
131 action { src_prompt(MSG_entropy_path_and_file, entropy_file, sizeof entropy_file);};
132 option MSG_cancel, exit, action { *((int*)arg) = SET_RETRY; };