Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/audio/
H A Dsndioaudio.c142 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 Dalsaaudio.c239 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 Dpoll.h5 #define POLLWRNORM POLLOUT
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/openbmc/linux/tools/perf/tests/
H A Dfdarray.c141 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 Dpoll.h8 #define POLLOUT 0x0004 macro
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c519 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 Dfdmon-io_uring.c63 (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 Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/openbmc/obmc-console/
H A Dtty-handler.c81 events |= POLLOUT; in tty_set_blocked()
177 if (events & POLLOUT) { in tty_poll()
H A Dsocket-handler.c123 events |= POLLOUT; in client_set_blocked()
292 if (events & POLLOUT) { in client_poll()
/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/
H A Dfieldbus-dev-cdev24 Note that POLLIN | POLLOUT events are always set, because the
/openbmc/linux/arch/x86/um/
H A Duser-offsets.c79 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst48 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 Dmptcp_connect.c623 .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 Dbtbridged.c334 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 Dsbe_chipOp_handler.cpp39 poll_fd.events = POLLOUT | POLLERR; in writeToFifo()
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h163 #define POLLOUT 0x0004 macro
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp377 if (events & POLLOUT) in read_wait()
/openbmc/qemu/block/
H A Dnfs.c197 (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 Dlibvhost-user.h382 VU_WATCH_OUT = POLLOUT,
/openbmc/libmctp/tests/
H A Dtest_astlpc.c1416 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()

12