Searched refs:lopt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/migration/ |
H A D | stress.c | 270 struct option lopt[] = { in main() local 281 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in main()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 335 struct option lopt[] = { in main() local 385 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in main()
|
/openbmc/qemu/ |
H A D | qemu-io.c | 500 const struct option lopt[] = { in main() local 544 while ((c = getopt_long(argc, argv, sopt, lopt, &opt_index)) != -1) { in main()
|
H A D | qemu-nbd.c | 544 struct option lopt[] = { in main() local 632 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in main()
|
/openbmc/qemu/qga/ |
H A D | main.c | 1186 const struct option lopt[] = { in config_parse() local 1213 while ((ch = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in config_parse() 1230 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in config_parse()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 874 struct option lopt[] = { in main() local 914 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in main()
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 239 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
|