Searched refs:qemu_socketpair (Results 1 – 12 of 12) 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 | 50 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_setup() 238 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_dbus_display_console()
|
H A D | migration-test.c | 1404 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair1); in postcopy_recover_fail() 1407 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair2); in postcopy_recover_fail() 2549 ret = qemu_socketpair(PF_LOCAL, SOCK_STREAM, 0, pair); in test_migrate_fd_start_hook()
|
/openbmc/qemu/include/qemu/ |
H A D | sockets.h | 31 int qemu_socketpair(int domain, int type, int protocol, int sv[2]);
|
/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() 261 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/gdbstub/ |
H A D | user.c | 441 qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, in gdbserver_fork_start()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 321 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() function
|
H A D | oslib-posix.c | 256 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() function
|
/openbmc/qemu/hw/display/ |
H A D | vhost-user-gpu.c | 434 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_user_gpu_do_set_socket()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 581 if (qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, fds) < 0) { in tpm_emulator_prepare_data_fd()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1893 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_setup_backend_channel()
|