/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | freebsd.c | 114 struct ioctl_gntdev_unmap_notify notify; in osdep_gnttab_grant_map() local 116 notify.index = map->index; in osdep_gnttab_grant_map() 117 notify.action = 0; in osdep_gnttab_grant_map() 120 notify.index += notify_offset; in osdep_gnttab_grant_map() 128 if ( notify.action ) in osdep_gnttab_grant_map() 240 struct ioctl_gntdev_unmap_notify notify; in osdep_gntshr_share_pages() local 268 notify.index = gref_info->index; in osdep_gntshr_share_pages() 269 notify.action = 0; in osdep_gntshr_share_pages() 272 notify.index += notify_offset; in osdep_gntshr_share_pages() 277 notify.event_channel_port = notify_port; in osdep_gntshr_share_pages() [all …]
|
A D | linux.c | 153 struct ioctl_gntdev_unmap_notify notify; in osdep_gnttab_grant_map() local 154 notify.index = map->index; in osdep_gnttab_grant_map() 155 notify.action = 0; in osdep_gnttab_grant_map() 157 notify.index += notify_offset; in osdep_gnttab_grant_map() 164 if (notify.action) in osdep_gnttab_grant_map() 336 struct ioctl_gntalloc_unmap_notify notify; in osdep_gntshr_share_pages() local 363 notify.index = gref_info->index; in osdep_gntshr_share_pages() 364 notify.action = 0; in osdep_gntshr_share_pages() 366 notify.index += notify_offset; in osdep_gntshr_share_pages() 370 notify.event_channel_port = notify_port; in osdep_gntshr_share_pages() [all …]
|
/xen-4.10.0-shim-comet/tools/libs/evtchn/ |
A D | solaris.c | 68 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local 70 notify.port = port; in xenevtchn_notify() 72 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, ¬ify); in xenevtchn_notify()
|
A D | linux.c | 69 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local 71 notify.port = port; in xenevtchn_notify() 73 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, ¬ify); in xenevtchn_notify()
|
A D | netbsd.c | 65 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local 67 notify.port = port; in xenevtchn_notify() 69 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, ¬ify); in xenevtchn_notify()
|
A D | freebsd.c | 65 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local 67 notify.port = port; in xenevtchn_notify() 69 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, ¬ify); in xenevtchn_notify()
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | io.c | 96 uint8_t *notify = ctrl->is_server ? &ctrl->ring->cli_notify : &ctrl->ring->srv_notify; in request_notify() local 97 __sync_or_and_fetch(notify, bit); in request_notify() 103 uint8_t *notify, prev; in send_notify() local 105 notify = ctrl->is_server ? &ctrl->ring->srv_notify : &ctrl->ring->cli_notify; in send_notify() 106 prev = __sync_fetch_and_and(notify, ~bit); in send_notify()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | consoled.c | 124 goto notify; in consoled_guest_tx() 133 notify: in consoled_guest_tx()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | event.ml | 28 let notify eventchn port = Xeneventchn.notify eventchn.handle port function
|
A D | domain.ml | 67 let notify dom = match dom.port with function 69 warn "domain %d: attempt to notify on unknown port" dom.id 71 Event.notify dom.eventchn port
|
A D | domains.ml | 90 let notify = ref false in 102 notify := true; 118 !notify, !dead_dom 148 Domain.notify dom;
|
A D | connections.ml | 40 let xbcon = Xenbus.Xb.open_mmap (Domain.get_interface dom) (fun () -> Domain.notify dom) in
|
A D | xenstored.ml | 343 let (notify, deaddom) = Domains.cleanup xc domains in 345 if deaddom <> [] || notify then
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | xenstored.service.in | 10 Type=notify
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_fork.c | 234 libxl_ctx *notify; in sigchld_handler() local 240 LIBXL_LIST_FOREACH(notify, &sigchld_users, sigchld_users_entry) { in sigchld_handler() 241 int e = libxl__self_pipe_wakeup(notify->sigchld_selfpipe[1]); in sigchld_handler()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.ml | 24 external notify: handle -> int -> unit = "stub_eventchn_notify"
|
A D | xeneventchn.mli | 38 val notify : handle -> t -> unit val
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_domain.c | 225 int notify = 0; in domain_cleanup() local 235 notify = 1; in domain_cleanup() 243 notify = 0; /* destroy_domain() fires the watch */ in domain_cleanup() 248 if (notify) in domain_cleanup()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | timer.c | 561 bool_t notify = 0; in migrate_timers_from_cpu() local 584 notify |= add_entry(t); in migrate_timers_from_cpu() 598 if ( notify ) in migrate_timers_from_cpu()
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actbl1.h | 518 struct acpi_hest_notify notify; member 571 struct acpi_hest_notify notify; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | console.txt | 150 The xenconsole program supports a very simple protocol to notify parent about 152 (normally the write end of a pipe) via --start-notify-fd option, it will
|
A D | 9pfs.markdown | 379 - notify the other end via event channel 391 - notify the other end via event channel
|
A D | pvcalls.markdown | 383 it needs to notify the frontend and does so via event channel. 1060 - notify the other end via evtchn 1072 - notify the other end via evtchn
|
A D | vtd-pi.txt | 221 VMCS and CPU considers it as a _special_ vector, uses it to notify the related
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | xb.ml | 32 eventchn_notify: unit -> unit; (* function to notify through eventchn *)
|