Searched refs:readfd (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel-command.c | 52 int readfd, in qio_channel_command_new_pid() argument 59 ioc->readfd = readfd; in qio_channel_command_new_pid() 63 trace_qio_channel_command_new_pid(ioc, writefd, readfd, in qio_channel_command_new_pid() 163 ioc->readfd = -1; in qio_channel_command_init() 171 if (ioc->readfd != -1) { in qio_channel_command_finalize() 172 close(ioc->readfd); in qio_channel_command_finalize() 175 ioc->writefd != ioc->readfd) { in qio_channel_command_finalize() 178 ioc->writefd = ioc->readfd = -1; in qio_channel_command_finalize() 214 if (!cioc->blocking && !win32_fd_poll(cioc->readfd, G_IO_IN)) { in qio_channel_command_readv() 220 ret = readv(cioc->readfd, iov, niov); in qio_channel_command_readv() [all …]
|
H A D | trace-events | 66 …el_command_new_pid(void *ioc, int writefd, int readfd, int pid) "Command new pid ioc=%p writefd=%d…
|
/openbmc/qemu/include/io/ |
H A D | channel-command.h | 43 int readfd; 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() 709 eq = BBUIEventQueue(readfd) 773 def __init__(self, readfd): argument 779 self.reader = ConnectionReader(readfd)
|