Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-socket.c236 memcpy(fds, s->read_msgfds, to_copy * sizeof(int)); in tcp_get_msgfds()
240 close(s->read_msgfds[i]); in tcp_get_msgfds()
243 g_free(s->read_msgfds); in tcp_get_msgfds()
244 s->read_msgfds = 0; in tcp_get_msgfds()
299 close(s->read_msgfds[i]); in tcp_chr_recv()
303 g_free(s->read_msgfds); in tcp_chr_recv()
306 s->read_msgfds = msgfds; in tcp_chr_recv()
311 int fd = s->read_msgfds[i]; in tcp_chr_recv()
370 close(s->read_msgfds[i]); in tcp_chr_free_connection()
372 g_free(s->read_msgfds); in tcp_chr_free_connection()
[all …]
/openbmc/qemu/include/chardev/
H A Dchar-socket.h61 int *read_msgfds; member