Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-command.c52 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 Dtrace-events66 …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 Dchannel-command.h43 int readfd; member
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py687 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)