Searched refs:poll (Results 1 – 17 of 17) sorted by relevance
| /tools/ocaml/xenstored/ |
| A D | Makefile | 21 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 D | poll.mli | 16 (** Same interface and semantics as [Unix.select], implemented using poll(3). *)
|
| A D | select_stubs.c | 47 rc = poll(c_fds, c_len, c_timeo); in stub_select_on_poll()
|
| A D | poll.ml | 17 subscription flags used by poll, which have a correspondence to the
|
| /tools/firmware/hvmloader/ |
| A D | xenbus.c | 42 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 D | test_common.c | 49 int r = poll(poll_fds, poll_nfds, poll_timeout); in test_common_dopoll()
|
| A D | libxl_aoutils.c | 283 r = poll(&hupchk, 1, 0); in datacopier_readable()
|
| A D | libxl_event.c | 430 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 D | xenstat_qmp.c | 298 while ((n = poll(pfd, 1, 10)) > 0) { in qmp_read()
|
| /tools/ocaml/libs/xs/ |
| A D | xs.ml | 79 (* Just in case we screw up: poll the callback every couple of seconds rather
|
| /tools/misc/ |
| A D | xen-hvmctx.c | 213 p.init_state, p.priority_add, p.readsel_isr, p.poll); in dump_pic()
|
| A D | xen-access.c | 97 rc = poll(&fd, 1, ms); in xc_wait_for_event_or_timeout()
|
| /tools/9pfsd/ |
| A D | xen-9pfsd.c | 794 poll(p, 2, -1); in main()
|
| /tools/xenpaging/ |
| A D | xenpaging.c | 91 rc = poll(fd, 2, timeout); in xenpaging_wait_for_event_or_timeout()
|
| /tools/xentrace/ |
| A D | xentrace.c | 638 rc = poll(&fd, 1, milliseconds); in wait_for_event_or_timeout()
|
| /tools/console/daemon/ |
| A D | io.c | 1399 ret = poll(fds, nr_fds, next_timeout ? poll_timeout : -1); in handle_io()
|
| /tools/xenstored/ |
| A D | core.c | 417 && poll(&pfd, 1, 0) == 1) in destroy_conn() 2799 if (poll(poll_fds, nr_fds, timeout) < 0) { in main()
|
Completed in 43 milliseconds