Home
last modified time | relevance | path

Searched refs:fd_flags (Results 1 – 6 of 6) sorted by relevance

/openbmc/obmc-console/
H A Dtty-handler.c36 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 Dikvm_video.cpp57 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 Dvugpu.h84 uint32_t fd_flags; member
H A Dvirgl.c398 .payload.dmabuf_scanout.fd_flags = info.flags, in virgl_cmd_set_scanout()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c80 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 D0001-ffmpeg-5.1.4-rpi_24.patch8148 + .fd_flags = O_RDWR,