/xen/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()
|
/xen/xen/include/public/io/ |
A D | pvcalls.h | 105 } poll; member 140 } poll; member
|
/xen/tools/ocaml/xenstored/ |
A D | select.mli | 17 implementation based on poll. Switching implementations is done by calling 23 (** [use_poll true] will use poll based select with max fds number limitation
|
A D | select_stubs.c | 47 rc = poll(c_fds, c_len, c_timeo); in stub_select_on_poll()
|
A D | parse_arg.ml | 57 …("--use-select", Arg.Unit (fun () -> use_select := true), "Use select instead of poll"); (* for ba…
|
A D | select.ml | 17 subscription flags used by poll, which have a correspondence to the
|
/xen/xen/arch/x86/hvm/ |
A D | vpic.c | 210 vpic->poll = 0; in vpic_ioport_write() 225 vpic->poll = 1; in vpic_ioport_write() 314 if ( vpic->poll ) in vpic_ioport_read() 316 vpic->poll = 0; in vpic_ioport_read()
|
/xen/tools/libxl/ |
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() 1892 rc = poll(poller->fd_polls, nfds, timeout); in eventloop_iteration()
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 708 struct mca_banks *poll = per_cpu(poll_bankmask, cpu); in cpu_bank_free() local 711 mcabanks_free(poll); in cpu_bank_free() 721 struct mca_banks *poll = per_cpu(poll_bankmask, cpu) ?: mcabanks_alloc(nr); in cpu_bank_alloc() local 724 if ( !poll || !clr ) in cpu_bank_alloc() 726 mcabanks_free(poll); in cpu_bank_alloc() 731 per_cpu(poll_bankmask, cpu) = poll; in cpu_bank_alloc()
|
/xen/docs/misc/ |
A D | pvcalls.pandoc | 62 connect, accept, bind, release, listen, poll, recvmsg and sendmsg; but 146 and poll are supported. 283 } poll; 352 } poll; 701 In this version of the protocol, the **poll** operation is only valid 735 - See the [POSIX poll function][poll] for error names; see 1083 [poll]: http://pubs.opengroup.org/onlinepubs/7908799/xsh/poll.html
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 76 while ps.poll() is None:
|
/xen/tools/tests/depriv/ |
A D | depriv-fd-checker.c | 254 int r = poll(&pfd,1,0); in test_evtchn()
|
/xen/docs/man/ |
A D | xentrace.8.pod | 36 =item B<-s> I<p>, B<--poll-sleep>=I<p>
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat_qmp.c | 299 while ((n = poll(pfd, 1, 10)) > 0) { in qmp_read()
|
/xen/xen/include/public/arch-x86/hvm/ |
A D | save.h | 335 uint8_t poll:1; member
|
/xen/stubdom/grub/ |
A D | mini-os.c | 350 .poll = minios_poll,
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.ml | 79 (* Just in case we screw up: poll the callback every couple of seconds rather
|
/xen/tools/misc/ |
A D | xen-hvmctx.c | 213 p.init_state, p.priority_add, p.readsel_isr, p.poll); in dump_pic()
|
/xen/tools/tests/xen-access/ |
A D | xen-access.c | 96 rc = poll(&fd, 1, ms); in xc_wait_for_event_or_timeout()
|
/xen/tools/xenpaging/ |
A D | xenpaging.c | 91 rc = poll(fd, 2, timeout); in xenpaging_wait_for_event_or_timeout()
|
/xen/tools/xentrace/ |
A D | xentrace.c | 638 rc = poll(&fd, 1, milliseconds); in wait_for_event_or_timeout()
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 271 && poll(&pfd, 1, 0) == 1) in destroy_conn() 2123 if (poll(fds, nr_fds, timeout) < 0) { in main()
|
/xen/tools/console/daemon/ |
A D | io.c | 1388 ret = poll(fds, nr_fds, next_timeout ? poll_timeout : -1); in handle_io()
|