Home
last modified time | relevance | path

Searched refs:qemu_socketpair (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvnc-display-test.c49 g_assert_cmpint(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, pair), ==, 0); in test_setup()
H A Ddbus-display-test.c50 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 Dmigration-test.c1404 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 Dsockets.h31 int qemu_socketpair(int domain, int type, int protocol, int sv[2]);
/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlssession.c107 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 Dtest-io-channel-tls.c124 g_assert(qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, channel) == 0); in test_io_channel_tls()
/openbmc/qemu/gdbstub/
H A Duser.c441 qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, in gdbserver_fork_start()
/openbmc/qemu/util/
H A Doslib-win32.c321 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() function
H A Doslib-posix.c256 int qemu_socketpair(int domain, int type, int protocol, int sv[2]) in qemu_socketpair() function
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c434 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_user_gpu_do_set_socket()
/openbmc/qemu/backends/tpm/
H A Dtpm_emulator.c581 if (qemu_socketpair(AF_UNIX, SOCK_STREAM, 0, fds) < 0) { in tpm_emulator_prepare_data_fd()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1893 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_setup_backend_channel()