Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 192) sorted by relevance

12345678

/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-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/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/openpower-occ-control/
H A Docc_device.hpp98 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()
/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/qemu/util/
H A Daio-posix.c31 static void adjust_polling_time(AioContext *ctx, AioPolledEvent *poll,
413 adjust_polling_time(ctx, &node->poll, block_ns); in aio_dispatch_ready_handlers()
603 max_ns = MAX(max_ns, node->poll.ns); in try_poll_mode()
621 static void adjust_polling_time(AioContext *ctx, AioPolledEvent *poll, in adjust_polling_time() argument
624 if (block_ns <= poll->ns) { in adjust_polling_time()
628 int64_t old = poll->ns; in adjust_polling_time()
631 poll->ns /= ctx->poll_shrink; in adjust_polling_time()
633 poll->ns = 0; in adjust_polling_time()
636 trace_poll_shrink(ctx, old, poll->ns); in adjust_polling_time()
637 } else if (poll->ns < ctx->poll_max_ns && in adjust_polling_time()
[all …]
/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-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/obmc-console/test/
H A Dmeson.build2 'test-ringbuffer-boundary-poll',
6 'test-ringbuffer-poll-force',
8 'test-ringbuffer-simple-poll',
/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/qemu/hw/i386/kvm/
H A Di8259.c59 s->poll = kpic->poll; in kvm_pic_get()
87 kpic->poll = s->poll; in kvm_pic_put()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py137 if self.runqemu and self.runqemu.poll():
285 if self.runqemu.poll():
313 …% (self.runqemu.poll(), os.path.isfile(self.qemu_pidfile), str(qemu_pid), os.path.exists("/proc/" …
623 if self.runqemu.poll() is None:
630 if not self.runqemu or self.runqemu.poll() is not None or self.runqemu_exited:
785 poll = select.poll()
788 poll.register(self.serversock.fileno())
790 poll.register(self.qemuoutput.fileno())
791 poll.register(self.readpipe, event_read_mask)
797 events = poll.poll(2)
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument
132 self.poll = poll
239 return self._time_sensitive and delta > self.poll
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/
H A Dlibpfm4_4.13.0.bb16 file://0001-Include-poll.h-instead-of-sys-poll.h.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/
H A Dlibdbus-c++_0.9.0.bb15 file://0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch \
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp91 int SysImpl::poll(struct pollfd* fds, nfds_t nfds, int timeout) const in poll() function in internal::SysImpl
93 return ::poll(fds, nfds, timeout); in poll()
H A Dsys.hpp45 virtual int poll(struct pollfd* fds, nfds_t nfds, int timeout) const = 0;
80 int poll(struct pollfd* fds, nfds_t nfds, int timeout) const override;
/openbmc/openbmc/poky/meta/recipes-support/vim/files/
H A Ddisable_acl_header_check.patch22 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dheaders_fixup.patch52 check_symbol_exists(poll "poll.h" HAVE_POLL)

12345678