/openbmc/qemu/audio/ |
H A D | sndioaudio.c | 142 events |= POLLOUT; in sndio_poll_wait() 164 (pfd->events & POLLOUT) ? sndio_poll_out : NULL, in sndio_poll_wait() 195 if (revents & POLLOUT) { in sndio_poll_event() 301 sndio_poll_event(pindex->self, pindex->index, POLLOUT); in sndio_poll_out()
|
H A D | alsaaudio.c | 239 if (pfds[i].events & POLLOUT) { in alsa_poll_helper() 257 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT); in alsa_poll_out()
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | poll.h | 15 #define POLLWRNORM POLLOUT
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/openbmc/linux/tools/perf/tests/ |
H A D | fdarray.c | 141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add() 148 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | poll.h | 8 #define POLLOUT 0x0004 macro
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 519 fds_data_wait[0].events = POLLIN | POLLOUT; in ipmi_tsol_main() 525 fds_data_wait[2].events = POLLOUT; in ipmi_tsol_main() 580 if ((fds[2].revents & POLLOUT) && out_buff_fill) { in ipmi_tsol_main() 590 if ((fds[0].revents & POLLOUT) && in_buff_fill) { in ipmi_tsol_main()
|
/openbmc/qemu/util/ |
H A D | fdmon-io_uring.c | 63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd() 71 (poll_events & POLLOUT ? G_IO_OUT : 0) | in pfd_events_from_poll()
|
/openbmc/linux/arch/um/drivers/ |
H A D | ubd_user.c | 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
|
/openbmc/obmc-console/ |
H A D | tty-handler.c | 81 events |= POLLOUT; in tty_set_blocked() 177 if (events & POLLOUT) { in tty_poll()
|
H A D | socket-handler.c | 123 events |= POLLOUT; in client_set_blocked() 292 if (events & POLLOUT) { in client_poll()
|
/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/ |
H A D | fieldbus-dev-cdev | 24 Note that POLLIN | POLLOUT events are always set, because the
|
/openbmc/linux/arch/x86/um/ |
H A D | user-offsets.c | 79 DEFINE(UM_POLLOUT, POLLOUT); in foo()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-poll.rst | 48 flags in the ``revents`` field, output devices the ``POLLOUT`` and 59 :c:func:`poll()` to succeed as well, but it sets the ``POLLOUT`` and
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 623 .events = POLLIN | POLLOUT, in copyfd_io_poll() 645 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll() 666 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll() 684 if (fds.revents & POLLOUT) { in copyfd_io_poll() 710 fds.events &= ~POLLOUT; in copyfd_io_poll()
|
/openbmc/btbridge/ |
H A D | btbridged.c | 334 context->fds[BT_FD].events |= POLLOUT; in method_send_message() 479 context->fds[BT_FD].events |= POLLOUT; in dispatch_timer() 588 if (context->fds[BT_FD].revents & POLLOUT) { in dispatch_bt()
|
/openbmc/openpower-sbe-interface/ |
H A D | sbe_chipOp_handler.cpp | 39 poll_fd.events = POLLOUT | POLLERR; in writeToFifo()
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 47 transmit queue has room for new messages, the ``POLLOUT`` and
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 163 #define POLLOUT 0x0004 macro
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | connection.hpp | 377 if (events & POLLOUT) in read_wait()
|
/openbmc/qemu/block/ |
H A D | nfs.c | 197 (ev & POLLOUT) ? nfs_process_write : NULL, in nfs_set_events() 219 nfs_service(client->context, POLLOUT); in nfs_process_write()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 382 VU_WATCH_OUT = POLLOUT,
|
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 1416 assert(!(pollfd.events & POLLOUT)); in astlpc_test_async_exchange() 1432 assert(pollfd.events & POLLOUT); in astlpc_test_async_exchange() 1450 assert(!(pollfd.events & POLLOUT)); in astlpc_test_async_exchange()
|