Home
last modified time | relevance | path

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

/tools/ocaml/xenstored/
A DMakefile21 LIBS = syslog.cma syslog.cmxa poll.cma poll.cmxa
24 poll_OBJS = poll
26 OCAML_LIBRARY = syslog poll
57 poll \
60 INTF = symbol.cmi trie.cmi syslog.cmi systemd.cmi poll.cmi
67 -ccopt -L -ccopt . poll.cmxa \
A Dpoll.mli16 (** Same interface and semantics as [Unix.select], implemented using poll(3). *)
A Dselect_stubs.c47 rc = poll(c_fds, c_len, c_timeo); in stub_select_on_poll()
A Dpoll.ml17 subscription flags used by poll, which have a correspondence to the
/tools/firmware/hvmloader/
A Dxenbus.c42 struct sched_poll poll; in ring_wait() local
44 memset(&poll, 0, sizeof(poll)); in ring_wait()
45 set_xen_guest_handle(poll.ports, &event); in ring_wait()
46 poll.nr_ports = 1; in ring_wait()
49 hypercall_sched_op(SCHEDOP_poll, &poll); in ring_wait()
/tools/libs/light/
A Dtest_common.c49 int r = poll(poll_fds, poll_nfds, poll_timeout); in test_common_dopoll()
A Dlibxl_aoutils.c283 r = poll(&hupchk, 1, 0); in datacopier_readable()
A Dlibxl_event.c430 r = poll(&check, 1, 0); in libxl__fd_poll_recheck()
1893 rc = poll(poller->fd_polls, nfds, timeout); in eventloop_iteration()
/tools/libs/stat/
A Dxenstat_qmp.c298 while ((n = poll(pfd, 1, 10)) > 0) { in qmp_read()
/tools/ocaml/libs/xs/
A Dxs.ml79 (* Just in case we screw up: poll the callback every couple of seconds rather
/tools/misc/
A Dxen-hvmctx.c213 p.init_state, p.priority_add, p.readsel_isr, p.poll); in dump_pic()
A Dxen-access.c97 rc = poll(&fd, 1, ms); in xc_wait_for_event_or_timeout()
/tools/9pfsd/
A Dxen-9pfsd.c794 poll(p, 2, -1); in main()
/tools/xenpaging/
A Dxenpaging.c91 rc = poll(fd, 2, timeout); in xenpaging_wait_for_event_or_timeout()
/tools/xentrace/
A Dxentrace.c638 rc = poll(&fd, 1, milliseconds); in wait_for_event_or_timeout()
/tools/console/daemon/
A Dio.c1399 ret = poll(fds, nr_fds, next_timeout ? poll_timeout : -1); in handle_io()
/tools/xenstored/
A Dcore.c417 && poll(&pfd, 1, 0) == 1) in destroy_conn()
2799 if (poll(poll_fds, nr_fds, timeout) < 0) { in main()

Completed in 43 milliseconds