Searched refs:poll (Results 1 - 22 of 22) sorted by relevance

/haiku/headers/posix/sys/
H A Dpoll.h9 #include <poll.h>
/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp7 #include <poll.h>
22 int rv = poll(&pfd, 1, -1);
H A Dfifo_poll_test.cpp3 #include <poll.h>
7 * Start a process with popen and watch the pipe using poll().
11 * - 1 EINTR return from poll because of the SIGCHLD signal when the child process terminates
27 int rv = poll(&pfd, 1, 500);
36 printf("poll returns with error %s\n", strerror(errno));
/haiku/src/system/libroot/posix/
H A Dpoll.cpp7 #include <poll.h>
23 poll(struct pollfd *fds, nfds_t numfds, int timeout) function
/haiku/headers/posix/
H A Dpoll.h40 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp127 Syscall *poll = get_syscall("_kern_poll"); local
128 poll->ParameterAt(0)->SetInOut(true);
H A DNetworkTypes.cpp12 #include <sys/poll.h>
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp14 #include <sys/poll.h>
315 result = poll(&entry, 1, millis);
/haiku/src/preferences/time/
H A Dntp.cpp69 int8 poll; member in struct:ntp_data
/haiku/src/apps/poorman/
H A DPoorManServer.cpp19 #include <poll.h>
220 // N.B. these fds could be -1, which poll() should skip
229 retval = poll(fds, nfds, -1);
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h75 #include <poll.h>
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c916 * The parameter specifies whether this is a poll operation,
923 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
970 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
921 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp55 SdhciBus::SdhciBus(struct registers* registers, uint8_t irq, bool poll) argument
101 if (poll) {
H A Dsdhci.h33 SdhciBus(struct registers* registers, uint8_t irq, bool poll);
/haiku/headers/private/firewire/
H A Dfirewirereg.h216 void (*poll) (struct firewire_comm *, int, int); member in struct:firewire_comm
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h909 * Regardless of the number of times poll with a non-NULL ph
924 * @param ph poll handle to be used for notification
926 void (*poll) (fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, member in struct:fuse_lowlevel_ops
1313 * Reply with poll result event mask
1316 * @param revents poll result event mask
1327 * For more information, please read comment for poll operation.
1329 * @param ph poll handle to notify IO readiness event for
H A Dfuse.h462 * fsyncdir, ftruncate, fgetattr, lock, ioctl and poll
474 * fsyncdir, ftruncate, fgetattr, lock, ioctl and poll
519 * Regardless of the number of times poll with a non-NULL ph
529 int (*poll) (const char *, struct fuse_file_info *, member in struct:fuse_operations
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c135 #include <poll.h>
998 n = poll(&pollfd, 1, polltimeout);
1009 static const char *fun = "poll";
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp12 #include <poll.h>
304 out.Print("poll begin: ");
327 out.Print("poll done: count: %d: ", fResult);
330 out.Print("poll done: error: %#x", fResult);
429 // only wake up the waiting select()/poll() call if the events
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2148 void poll() {} function
H A Dlibroot_stubs_legacy.c2125 void poll() {} function
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp755 sc->fc.poll = fwohci_poll;

Completed in 181 milliseconds