Home
last modified time | relevance | path

Searched refs:opt_fdnum (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c354 static int opt_fdnum = -1; variable
362 { "fd", 'f', 0, G_OPTION_ARG_INT, &opt_fdnum,
402 } else if (opt_fdnum < 0) { in main()
406 lsock = opt_fdnum; in main()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c276 static int opt_fdnum = -1; variable
286 { "fd", 'f', 0, G_OPTION_ARG_INT, &opt_fdnum,
326 if ((!!opt_socket_path + (opt_fdnum != -1)) != 1) { in main()
389 fd = opt_fdnum; in main()
/openbmc/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c576 static int opt_fdnum = -1; variable
585 { "fd", 'f', 0, G_OPTION_ARG_INT, &opt_fdnum,
630 } else if (opt_fdnum < 0) { in main()
634 lsock = opt_fdnum; in main()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c46 static int opt_fdnum = -1; variable
1234 { "fd", 'f', 0, G_OPTION_ARG_INT, &opt_fdnum,
1284 if ((!!opt_socket_path + (opt_fdnum != -1)) != 1) { in main()
1298 fd = opt_fdnum; in main()