Searched refs:lsock (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/contrib/vhost-user-scsi/ |
| H A D | vhost-user-scsi.c | 374 int lsock = -1, csock = -1, err = EXIT_SUCCESS; in main() local 398 lsock = unix_sock_new(opt_socket_path); in main() 399 if (lsock < 0) { in main() 406 lsock = opt_fdnum; in main() 409 csock = accept(lsock, NULL, NULL); in main() 440 if (lsock >= 0) { in main() 441 close(lsock); in main()
|
| /openbmc/qemu/contrib/vhost-user-blk/ |
| H A D | vhost-user-blk.c | 598 int lsock = -1, csock = -1; in main() local 626 lsock = unix_sock_new(opt_socket_path); in main() 627 if (lsock < 0) { in main() 634 lsock = opt_fdnum; in main() 637 csock = accept(lsock, NULL, NULL); in main() 665 if (lsock >= 0) { in main() 666 close(lsock); in main()
|
| /openbmc/qemu/contrib/vhost-user-input/ |
| H A D | main.c | 381 int lsock = unix_listen(opt_socket_path, &error_fatal); in main() local 382 if (lsock < 0) { in main() 386 fd = accept(lsock, NULL, NULL); in main() 387 close(lsock); in main()
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vhost-user-gpu.c | 1290 int lsock = unix_listen(opt_socket_path, &error_fatal); in main() local 1291 if (lsock < 0) { in main() 1295 fd = accept(lsock, NULL, NULL); in main() 1296 close(lsock); in main()
|