Home
last modified time | relevance | path

Searched refs:fd_is_socket (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/migration/
H A Dfd.c37 if (!fd_is_socket(fd)) { in fd_start_outgoing_migration()
71 if (!fd_is_socket(fd)) { in fd_start_incoming_migration()
/openbmc/qemu/tests/unit/
H A Dtest-util-sockets.c38 g_assert(!fd_is_socket(fd)); in test_fd_is_socket_bad()
48 g_assert(fd_is_socket(fd)); in test_fd_is_socket_good()
273 g_assert(fd_is_socket(fd)); in test_socket_unix_abstract_row()
/openbmc/qemu/io/
H A Dchannel-util.c32 if (fd_is_socket(fd)) { in qio_channel_new_fd()
/openbmc/qemu/include/qemu/
H A Dsockets.h15 bool fd_is_socket(int fd);
/openbmc/qemu/monitor/
H A Dqmp-cmds.c142 if (!fd_is_socket(fd)) { in qmp_add_client()
/openbmc/qemu/hw/remote/
H A Dremote-obj.c62 if (!fd_is_socket(fd)) { in remote_object_set_fd()
H A Dproxy.c96 if (!fd_is_socket(fd)) { in pci_proxy_dev_realize()
/openbmc/qemu/util/
H A Daio-win32.c76 if (!fd_is_socket(fd)) { in aio_set_fd_handler()
H A Dqemu-sockets.c95 bool fd_is_socket(int fd) in fd_is_socket() function
1155 if (!fd_is_socket(fd)) { in socket_get_fd()
H A Doslib-win32.c548 if (!fd_is_socket(fd)) { in qemu_close_wrap()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1796 assert(fd_is_socket(fd)); in qtest_qmp_add_client()