/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | io.cpp | 60 uint32_t revents; in get_revents() local 86 int IO::ioCallback(sd_event_source* source, int fd, uint32_t revents, in ioCallback()
|
/openbmc/linux/tools/lib/api/fd/ |
H A D | array.c | 76 int fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags) in fdarray__add() 108 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter()
|
/openbmc/linux/include/linux/ |
H A D | eventpoll.h | 78 epoll_put_uevent(__poll_t revents, __u64 data, in epoll_put_uevent()
|
/openbmc/qemu/util/ |
H A D | aio-posix.c | 38 int revents) in aio_add_ready_handler() 282 int revents; in aio_pending() local 325 int revents; in aio_dispatch_handler() local
|
H A D | fdmon-poll.c | 84 int revents = pollfds[i].revents; in fdmon_poll_wait() local
|
H A D | fdmon-epoll.c | 83 int revents = (ev & EPOLLIN ? G_IO_IN : 0) | in fdmon_epoll_wait() local
|
H A D | aio-win32.c | 266 int revents = node->pfd.revents; in aio_dispatch_handlers() local
|
/openbmc/pldm/fw-update/ |
H A D | watch.cpp | 71 int Watch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | poll.h | 39 short revents; member
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | watch.cpp | 80 int Watch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
|
H A D | sync_watch.cpp | 77 int SyncWatch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
|
/openbmc/sdeventplus/test/source/ |
H A D | io.cpp | 88 IO::Callback callback = [&](IO&, int fd, uint32_t revents) { in TEST_F() 267 const uint32_t revents = EPOLLOUT; in TEST_F() local
|
/openbmc/pldm/utilities/requester/ |
H A D | set_state_effecter_async.cpp | 53 &pldmTransport](IO& io, int fd, uint32_t revents) mutable { in main()
|
/openbmc/phosphor-buttons/inc/ |
H A D | button_interface.hpp | 51 static int EventHandler(sd_event_source* es, int fd, uint32_t revents, in EventHandler()
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | watch.cpp | 67 int Watch::callback(sd_event_source*, int fd, uint32_t revents, void* userdata) in callback()
|
/openbmc/linux/tools/perf/tests/ |
H A D | fdarray.c | 7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents()
|
/openbmc/phosphor-debug-collector/ |
H A D | watch.cpp | 80 int Watch::callback(sd_event_source*, int fd, uint32_t revents, void* userdata) in callback()
|
/openbmc/openpower-occ-control/ |
H A D | pldm.cpp | 839 __attribute__((unused)) int fd, uint32_t revents, in pldmRspCallback() 978 uint32_t revents, void* userData) in pldmResetCallback()
|
/openbmc/libpldm/src/transport/ |
H A D | transport.c | 24 short revents; /* returned events */ member
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pldm_interface.cpp | 277 void PLDMInterface::receive(IO& /*io*/, int /*fd*/, uint32_t revents, in receive()
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 352 TID](IO& io, int fd, uint32_t revents) mutable { in main()
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 317 this](IO& io, int fd, uint32_t revents) mutable { in hostSoftOff()
|
/openbmc/qemu/io/ |
H A D | channel-watch.c | 40 int revents; member
|
/openbmc/qemu/audio/ |
H A D | sndioaudio.c | 176 int revents; in sndio_poll_event() local
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 189 unsigned short revents; in wait_for_event() local
|