Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/include/uapi/asm-generic/
H A Dpoll.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/openbmc/libpldm/src/transport/
H A Dtransport.c20 struct pollfd { struct
26 static inline int poll(struct pollfd *fds __attribute__((unused)), in poll() argument
37 struct pollfd pollfd; in pldm_transport_poll() local
H A Dtest.c36 struct pollfd *pollfd) in pldm_transport_test_init_pollfd()
H A Dmctp-demux.c73 struct pollfd *pollfd) in pldm_transport_mctp_demux_init_pollfd()
H A Daf-mctp.c55 struct pollfd *pollfd) in pldm_transport_af_mctp_init_pollfd()
/openbmc/pldm/common/
H A Dtransport.cpp35 pldm_transport_impl_mctp_demux_init(TransportImpl& impl, pollfd& pollfd) in pldm_transport_impl_mctp_demux_init() argument
67 pldm_transport_impl_af_mctp_init(TransportImpl& impl, pollfd& pollfd) in pldm_transport_impl_af_mctp_init() argument
103 struct pldm_transport* transport_impl_init(TransportImpl& impl, pollfd& pollfd) in transport_impl_init() argument
/openbmc/linux/tools/leds/
H A Dled_hw_brightness_mon.c30 struct pollfd pollfd; in main() local
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h168 struct pollfd { struct
169 int fd;
170 short int events;
171 short int revents;
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c41 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c88 struct pollfd pollfd; in fault_handler_thread() local
/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c199 struct pollfd *pollfd) in binding_serial_init_pollfd()
245 struct pollfd *pollfd) in binding_astlpc_init_pollfd()
/openbmc/linux/tools/lib/perf/include/internal/
H A Devlist.h32 struct fdarray pollfd; member
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c446 struct pollfd pollfd = { in daemon_session__wait() local
485 struct pollfd pollfd = { in daemon__wait() local
513 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control() local
H A Dbuiltin-ftrace.c568 struct pollfd pollfd = { in __cmd_ftrace() local
883 struct pollfd pollfd = { in __cmd_latency() local
H A Dbuiltin-record.c108 struct fdarray pollfd; member
1630 struct fdarray *pollfd; in record__thread() local
/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c74 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/openbmc/qemu/qga/
H A Dchannel-win32.c28 GPollFD pollfd; member
/openbmc/libmctp/
H A Dserial.c343 struct pollfd *pollfd) in mctp_serial_init_pollfd()
H A Dastlpc.c1449 struct pollfd *pollfd) in mctp_astlpc_init_pollfd()
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.c497 struct pollfd pollfd[2]; in uffd_poll_thread() local
/openbmc/obmc-console/
H A Dconsole-server.c757 struct pollfd *pollfd; in call_pollers() local
/openbmc/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c298 struct pollfd pollfd; in __poll() local
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c36 struct pollfd pollfd; member
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3368 struct pollfd pollfd; in TEST() local
3827 struct pollfd pollfd; in TEST() local
3911 struct pollfd pollfd; in TEST() local
3968 struct pollfd pollfd; in TEST() local
/openbmc/libmctp/tests/
H A Dtest_astlpc.c1412 struct pollfd pollfd; in astlpc_test_async_exchange() local

12