/xen/tools/libs/gnttab/ |
A D | freebsd.c | 113 struct ioctl_gntdev_unmap_notify notify; in osdep_gnttab_grant_map() local 115 notify.index = map.index; in osdep_gnttab_grant_map() 116 notify.action = 0; in osdep_gnttab_grant_map() 119 notify.index += notify_offset; in osdep_gnttab_grant_map() 127 if ( notify.action ) in osdep_gnttab_grant_map() 239 struct ioctl_gntdev_unmap_notify notify; in osdep_gntshr_share_pages() local 267 notify.index = gref_info.index; in osdep_gntshr_share_pages() 268 notify.action = 0; in osdep_gntshr_share_pages() 271 notify.index += notify_offset; in osdep_gntshr_share_pages() 276 notify.event_channel_port = notify_port; in osdep_gntshr_share_pages() [all …]
|
A D | linux.c | 152 struct ioctl_gntdev_unmap_notify notify; in osdep_gnttab_grant_map() local 153 notify.index = map->index; in osdep_gnttab_grant_map() 154 notify.action = 0; in osdep_gnttab_grant_map() 156 notify.index += notify_offset; in osdep_gnttab_grant_map() 163 if (notify.action) in osdep_gnttab_grant_map() 451 struct ioctl_gntalloc_unmap_notify notify; in osdep_gntshr_share_pages() local 478 notify.index = gref_info->index; in osdep_gntshr_share_pages() 479 notify.action = 0; in osdep_gntshr_share_pages() 481 notify.index += notify_offset; in osdep_gntshr_share_pages() 485 notify.event_channel_port = notify_port; in osdep_gntshr_share_pages() [all …]
|
/xen/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/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/xen/drivers/char/ |
A D | consoled.c | 121 goto notify; in consoled_guest_tx() 130 notify: in consoled_guest_tx()
|
/xen/tools/ocaml/xenstored/ |
A D | event.ml | 28 let notify eventchn port = Xeneventchn.notify eventchn.handle port function
|
A D | domain.ml | 66 let notify dom = match dom.port with function 68 warn "domain %d: attempt to notify on unknown port" dom.id 70 Event.notify dom.eventchn port
|
A D | domains.ml | 92 let notify = ref false in 104 notify := true; 120 !notify, !dead_dom 150 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 domains in 346 if deaddom <> [] || notify then
|
/xen/tools/hotplug/Linux/systemd/ |
A D | xenstored.service.in | 10 Type=notify
|
/xen/tools/libxl/ |
A D | libxl_fork.c | 235 libxl_ctx *notify; in sigchld_handler() local 241 LIBXL_LIST_FOREACH(notify, &sigchld_users, sigchld_users_entry) { in sigchld_handler() 242 int e = libxl__self_pipe_wakeup(notify->sigchld_selfpipe[1]); in sigchld_handler()
|
/xen/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.ml | 40 external notify: handle -> int -> unit = "stub_eventchn_notify"
|
A D | xeneventchn.mli | 55 val notify : handle -> t -> unit val
|
/xen/tools/xenstore/ |
A D | xenstored_domain.c | 232 int notify = 0; in domain_cleanup() local 249 notify = 1; in domain_cleanup() 259 notify = 0; /* destroy_domain() fires the watch */ in domain_cleanup() 264 if (notify) in domain_cleanup()
|
/xen/xen/common/ |
A D | timer.c | 578 bool_t notify = 0; in migrate_timers_from_cpu() local 601 notify |= add_entry(t); in migrate_timers_from_cpu() 615 if ( notify ) in migrate_timers_from_cpu()
|
A D | argo.c | 1906 notify(struct domain *currd, in notify() function 2199 rc = notify(currd, ring_data_hnd); in do_argo_op()
|
/xen/xen/include/acpi/ |
A D | actbl1.h | 518 struct acpi_hest_notify notify; member 571 struct acpi_hest_notify notify; member
|
/xen/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.pandoc | 379 - notify the other end via event channel 391 - notify the other end via event channel
|
A D | pvcalls.pandoc | 375 it needs to notify the frontend and does so via event channel. 1052 - notify the other end via evtchn 1064 - notify the other end via evtchn
|
/xen/tools/ocaml/libs/xb/ |
A D | xb.ml | 32 eventchn_notify: unit -> unit; (* function to notify through eventchn *)
|