Home
last modified time | relevance | path

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

/openbmc/qemu/include/chardev/
H A Dchar-socket.h63 int *write_msgfds; member
/openbmc/qemu/chardev/
H A Dchar-socket.c114 s->write_msgfds, in tcp_chr_write()
122 g_free(s->write_msgfds); in tcp_chr_write()
123 s->write_msgfds = 0; in tcp_chr_write()
256 g_free(s->write_msgfds); in tcp_set_msgfds()
257 s->write_msgfds = NULL; in tcp_set_msgfds()
267 s->write_msgfds = g_new(int, num); in tcp_set_msgfds()
268 memcpy(s->write_msgfds, fds, num * sizeof(int)); in tcp_set_msgfds()