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() 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() 280 if ((cioc->writefd >= 0 && !g_unix_set_fd_nonblocking(cioc->writefd, !enabled, NULL)) || in qio_channel_command_set_blocking() 306 if (cioc->writefd != -1 && in qio_channel_command_close() 308 close(cioc->writefd) < 0) { in qio_channel_command_close() [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 | 697 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None 718 readfd, writefd = os.pipe() 727 sendfds(sock, [writefd, readfd1, writefd2]) 732 for i in [writefd, readfd1, writefd2]: 742 for i in [writefd, readfd1, writefd2]:
|