Searched refs:opt_print_caps (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 356 static gboolean opt_print_caps; variable 360 { "print-capabilities", 'c', 0, G_OPTION_ARG_NONE, &opt_print_caps, 386 if (opt_print_caps) { in main()
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 279 static gboolean opt_print_caps; variable 282 { "print-capabilities", 'c', 0, G_OPTION_ARG_NONE, &opt_print_caps, 312 if (opt_print_caps) { in main()
|
/openbmc/qemu/contrib/vhost-user-blk/ |
H A D | vhost-user-blk.c | 579 static gboolean opt_print_caps; variable 583 { "print-capabilities", 'c', 0, G_OPTION_ARG_NONE, &opt_print_caps, 609 if (opt_print_caps) { in main()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 45 static gboolean opt_print_caps; variable 1232 { "print-capabilities", 'c', 0, G_OPTION_ARG_NONE, &opt_print_caps, 1265 if (opt_print_caps) { in main()
|