poll
extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
void (*poll) (struct firewire_comm *, int, int);
int (*poll) (const char *, struct fuse_file_info *,
void (*poll) (fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi,
sc->fc.poll = fwohci_poll;
if (poll) {
SdhciBus::SdhciBus(struct registers* registers, uint8_t irq, bool poll)
SdhciBus(struct registers* registers, uint8_t irq, bool poll);
retval = poll(fds, nfds, -1);
Syscall *poll = get_syscall("_kern_poll");
poll->ParameterAt(0)->SetInOut(true);
process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
(poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
if (poll(pfd, 1, waittime * 1000) > 0)
result = poll(&entry, 1, millis);
int8 poll;
n = poll(&pollfd, 1, polltimeout);
int rv = poll(&pfd, 1, 500);
int rv = poll(&pfd, 1, -1);