Searched refs:master_fd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 338 int master_fd, slave_fd; in char_pty_open() local 343 master_fd = qemu_openpty_raw(&slave_fd, pty_name); in char_pty_open() 344 if (master_fd < 0) { in char_pty_open() 350 if (!g_unix_set_fd_nonblocking(master_fd, true, NULL)) { in char_pty_open() 360 s->ioc = QIO_CHANNEL(qio_channel_file_new_fd(master_fd)); in char_pty_open()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 16 _copy(master_fd, master_read, stdin_read) 35 @@ -178,7 +178,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
|