Searched refs:writefd (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel-command.c | 51 qio_channel_command_new_pid(int writefd, in qio_channel_command_new_pid() argument 60 ioc->writefd = writefd; in qio_channel_command_new_pid() 63 trace_qio_channel_command_new_pid(ioc, writefd, readfd, in qio_channel_command_new_pid() 164 ioc->writefd = -1; in qio_channel_command_init() 174 if (ioc->writefd != -1 && in qio_channel_command_finalize() 175 ioc->writefd != ioc->readfd) { in qio_channel_command_finalize() 176 close(ioc->writefd); in qio_channel_command_finalize() 178 ioc->writefd = ioc->readfd = -1; in qio_channel_command_finalize() 249 if (!cioc->blocking && !win32_fd_poll(cioc->writefd, G_IO_OUT)) { in qio_channel_command_writev() 255 ret = writev(cioc->writefd, iov, niov); in qio_channel_command_writev() [all …]
|
H A D | trace-events | 66 qio_channel_command_new_pid(void *ioc, int writefd, int readfd, int pid) "Command new pid ioc=%p wr…
|
/openbmc/qemu/include/io/ |
H A D | channel-command.h | 42 int writefd; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 687 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None 708 readfd, writefd = os.pipe() 717 sendfds(sock, [writefd, readfd1, writefd2]) 722 for i in [writefd, readfd1, writefd2]: 732 for i in [writefd, readfd1, writefd2]:
|