Searched refs:qemu_socketpair (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | vnc-display-test.c | 49 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_setup()
|
| H A D | dbus-display-test.c | 47 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_setup() 235 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_dbus_display_console()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-tlssession.c | 107 ret = qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, channel); in test_crypto_tls_session_psk() 259 ret = qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, channel); in test_crypto_tls_session_x509()
|
| H A D | test-io-channel-tls.c | 124 g_assert(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, channel) == 0); in test_io_channel_tls()
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | framework.c | 642 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair1); in postcopy_recover_fail() 645 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair2); in postcopy_recover_fail()
|
| H A D | precopy-tests.c | 244 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair); in migrate_hook_start_fd()
|
| /openbmc/qemu/util/ |
| H A D | oslib-win32.c | 337 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() 321 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) qemu_socketpair() function
|
| H A D | oslib-posix.c | 289 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_set_cloexec() 291 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) qemu_socketpair() function
|
| /openbmc/qemu/hw/display/ |
| H A D | vhost-user-gpu.c | 437 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_user_gpu_do_set_socket()
|