Home
last modified time | relevance | path

Searched full:poll (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] use POSIX poll.h instead of sys/poll.h
9 POSIX specifies that <poll.h> is the correct header to
10 include for poll()
11 http://pubs.opengroup.org/onlinepubs/009695399/functions/poll.html
12 whereas <sys/poll.h> is only needed for ancient glibc (<2.3),
19 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.…
20 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
23 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.…
24 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
44 -#include <sys/poll.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0001-Include-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] Include poll.h instead of sys/poll.h
7 error: redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror,-W#warnings]
27 -#include <sys/poll.h>
28 +#include <poll.h>
40 -#include <sys/poll.h>
41 +#include <poll.h>
53 -#include <sys/poll.h>
54 +#include <poll.h>
66 -#include <sys/poll.h>
67 +#include <poll.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0008-Rename-poll.h-to-vm_poll.h.patch4 Subject: [PATCH] Rename poll.h to vm_poll.h
6 Rename poll.h to vm_poll.h and switch from:
7 #include <sys/poll.h>
9 #include <poll.h>
11 musl libc's system headers pulls in open-vm-tools' poll.h. To avoid this
12 we rename poll.h to vm_poll.h.
26 open-vm-tools/lib/include/{poll.h => vm_poll.h} | 2 +-
29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%)
39 -#include "poll.h"
52 -#include "poll.h"
[all …]
H A D0013-open-vm-tools-Correct-include-path-for-poll.h.patch4 Subject: [PATCH] open-vm-tools: Correct include path for poll.h
6 sys/poll.h is deprecated and musl calls it out explicitly.
10 …11.3.5-r0/recipe-sysroot/usr/include/sys/poll.h:1:2: error: redirecting incorrect #include <sys/po…
11 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
30 -#include <sys/poll.h>
31 +#include <poll.h>
H A D0007-include-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] include poll.h instead of sys/poll.h
6 including sys/poll.h is deprecated
23 +#include <poll.h>
25 -#include <sys/poll.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch56 -#include <sys/poll.h>
57 #include <poll.h>
68 -#include "sys/poll.h"
69 +#include <poll.h>
81 -#include <sys/poll.h>
82 #include <poll.h>
93 -#include <sys/poll.h>
94 +#include <poll.h>
106 -#include <sys/poll.h>
107 #include <poll.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libburn/
H A D0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch9 test/poll.c | 2 +-
12 diff --git a/test/poll.c b/test/poll.c
14 --- a/test/poll.c
15 +++ b/test/poll.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch6 Use poll.h instead of sys/poll.h
24 -#include <sys/poll.h>
27 -#include <linux/poll.h>
29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
31 +#include <poll.h>
/openbmc/qemu/util/
H A Daio-posix.c31 static void adjust_polling_time(AioContext *ctx, AioPolledEvent *poll,
250 /* Poll one last time in case ->io_poll_end() raced with the event */ in poll_set_started()
266 /* Poll mode cannot be used with glib's event loop, disable it. */ in aio_prepare()
287 /* TODO should this check poll ready? */ in aio_pending()
355 * calls aio_poll() before clearing the condition that made the poll in aio_dispatch_handler()
413 adjust_polling_time(ctx, &node->poll, block_ns); in aio_dispatch_ready_handlers()
492 * idle poll handlers. in remove_idle_poll_handlers()
509 * Final poll in case ->io_poll_end() races with an event. in remove_idle_poll_handlers()
527 * @max_ns: maximum time to poll for, in nanoseconds
603 max_ns = MAX(max_ns, node->poll.ns); in try_poll_mode()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/witherspoon/
H A Ducd90160.yaml26 poll: false
31 poll: false
36 poll: false
41 poll: false
46 poll: true
51 poll: false
/openbmc/phosphor-power/power-sequencer/example/
H A Ducd90160.yaml26 poll: false
31 poll: false
36 poll: false
41 poll: false
46 poll: true
51 poll: false
/openbmc/witherspoon-pfault-analysis/power-sequencer/example/
H A Ducd90160.yaml26 poll: false
31 poll: false
36 poll: false
41 poll: false
46 poll: true
51 poll: true
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0002-avoid-including-sys-poll.h-directly.patch4 Subject: [PATCH] avoid including <sys/poll.h> directly
6 musl libc generates warnings if <sys/poll.h> is included directly.
23 -#include <sys/poll.h>
24 +#include <poll.h>
/openbmc/openpower-occ-control/
H A Docc_device.hpp93 * @param[in] poll - Indicates whether or not the error file should
95 * necessary for error files that don't support the poll
98 inline void addErrorWatch(bool poll = true) in addErrorWatch() argument
100 throttleProcTemp.addWatch(poll); in addErrorWatch()
104 pmode->addIpsWatch(poll); in addErrorWatch()
107 throttleProcPower.addWatch(poll); in addErrorWatch()
108 throttleMemTemp.addWatch(poll); in addErrorWatch()
112 ffdc.addWatch(poll); in addErrorWatch()
121 timeout.addWatch(poll); in addErrorWatch()
128 error.addWatch(poll); in addErrorWatch()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp/
H A D0001-mctp-bench-Adjust-headers.patch7 since poll.h is included there is no need to include sys/poll.h
30 #include <poll.h>
35 -#include <sys/poll.h>
/openbmc/qemu/tests/unit/
H A Dtest-nested-aio-poll.c3 * Test that poll handlers are not re-entrant in nested aio_poll()
7 * Poll handlers are usually level-triggered. That means they continue firing
8 * until the condition is reset (e.g. a virtqueue becomes empty). If a poll
12 * aio_poll() is supposed to prevent this by disabling poll handlers in nested
120 g_test_add_func("/nested-aio-poll", test); in main()
/openbmc/witherspoon-pfault-analysis/power-sequencer/templates/
H A Ducd90160_defs.mako.cpp29 poll = str(gpi_config['poll']).lower()
31 …${gpi_config['gpi']}, ${gpi_config['pinID']}, "${gpi_config['name']}"s, ${poll}, extraAnalysisType…
/openbmc/phosphor-power/power-sequencer/templates/
H A Ducd90160_defs.cpp.mako28 poll = str(gpi_config['poll']).lower()
30 …${gpi_config['gpi']}, ${gpi_config['pinID']}, "${gpi_config['name']}"s, ${poll}, extraAnalysisType…
/openbmc/obmc-console/
H A D.gitignore59 test/test-ringbuffer-boundary-poll
63 test/test-ringbuffer-poll-force
65 test/test-ringbuffer-simple-poll
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/swift/
H A Ducd90160.yaml25 poll: false
30 poll: false
35 poll: false
40 poll: false
45 poll: false
50 poll: false
/openbmc/obmc-console/test/
H A Dmeson.build2 'test-ringbuffer-boundary-poll',
6 'test-ringbuffer-poll-force',
8 'test-ringbuffer-simple-poll',
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py68 self.poll = select.poll()
69 …self.poll.register(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | sel…
171 events = self.poll.poll(poll_maxwait)
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.cpp21 #include <poll.h>
78 int ret = ::poll(&fds, 1, timeoutS * 1000); in copyFrom()
81 std::perror("Failed to poll"); in copyFrom()
91 fprintf(stderr, "Invalid poll state: 0x%x\n", fds.revents); in copyFrom()
/openbmc/phosphor-ipmi-flash/tools/
H A Dhelper.hpp11 * Poll an open verification session.
20 * Poll an open firmware version blob session and check if it ready to read.
/openbmc/libmctp/utils/
H A Dmctp-astlpc-daemon.c8 #include <sys/poll.h>
82 rc = poll(pollfds, 2, -1); in main()
84 err(EXIT_FAILURE, "poll"); in main()

12345678910>>...21