Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c415 int fdsend[3]; in test_io_channel_unix_fd_pass() local
427 fdsend[0] = testfd; in test_io_channel_unix_fd_pass()
428 fdsend[1] = testfd; in test_io_channel_unix_fd_pass()
429 fdsend[2] = testfd; in test_io_channel_unix_fd_pass()
453 fdsend, in test_io_channel_unix_fd_pass()
454 G_N_ELEMENTS(fdsend), in test_io_channel_unix_fd_pass()
466 g_assert(nfdrecv == G_N_ELEMENTS(fdsend)); in test_io_channel_unix_fd_pass()