Searched refs:fd_flags (Results 1 – 6 of 6) sorted by relevance
| /openbmc/obmc-console/ |
| H A D | tty-handler.c | 36 int fd_flags; member 49 flags = th->fd_flags & ~O_NONBLOCK; in tty_set_fd_blocking() 54 if (flags != th->fd_flags) { in tty_set_fd_blocking() 56 th->fd_flags = flags; in tty_set_fd_blocking() 276 th->fd_flags = fcntl(th->fd, F_GETFL, 0); in tty_init()
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_video.cpp | 57 int fd_flags; in getFrame() local 80 fd_flags = fcntl(fd, F_GETFL); in getFrame() 81 fcntl(fd, F_SETFL, fd_flags | O_NONBLOCK); in getFrame() 107 fcntl(fd, F_SETFL, fd_flags); in getFrame()
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vugpu.h | 84 uint32_t fd_flags; member
|
| H A D | virgl.c | 398 .payload.dmabuf_scanout.fd_flags = info.flags, in virgl_cmd_set_scanout()
|
| /openbmc/qemu/hw/display/ |
| H A D | vhost-user-gpu.c | 80 uint32_t fd_flags; member 291 &fd, 1, false, m->fd_flags & in vhost_user_gpu_handle_display()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 8148 + .fd_flags = O_RDWR,
|