Home
last modified time | relevance | path

Searched refs:lopt (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/migration/
H A Dstress.c270 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 Dqemu-vmsr-helper.c335 struct option lopt[] = { in main() local
385 while ((ch = getopt_long(argc, argv, sopt, lopt, &opt_ind)) != -1) { in main()
/openbmc/qemu/
H A Dqemu-io.c500 const struct option lopt[] = { in main() local
544 while ((c = getopt_long(argc, argv, sopt, lopt, &opt_index)) != -1) { in main()
H A Dqemu-nbd.c544 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 Dmain.c1186 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 Dqemu-pr-helper.c874 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 Dparse-options.h239 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);