Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 30) sorted by relevance

12

/xen/tools/libs/gnttab/
A Dfreebsd.c113 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 Dlinux.c152 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 Dsolaris.c68 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local
70 notify.port = port; in xenevtchn_notify()
72 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, &notify); in xenevtchn_notify()
A Dlinux.c69 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local
71 notify.port = port; in xenevtchn_notify()
73 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, &notify); in xenevtchn_notify()
A Dnetbsd.c65 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local
67 notify.port = port; in xenevtchn_notify()
69 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, &notify); in xenevtchn_notify()
A Dfreebsd.c65 struct ioctl_evtchn_notify notify; in xenevtchn_notify() local
67 notify.port = port; in xenevtchn_notify()
69 return ioctl(fd, IOCTL_EVTCHN_NOTIFY, &notify); in xenevtchn_notify()
/xen/tools/libvchan/
A Dio.c96 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 Dconsoled.c121 goto notify; in consoled_guest_tx()
130 notify: in consoled_guest_tx()
/xen/tools/ocaml/xenstored/
A Devent.ml28 let notify eventchn port = Xeneventchn.notify eventchn.handle port function
A Ddomain.ml66 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 Ddomains.ml92 let notify = ref false in
104 notify := true;
120 !notify, !dead_dom
150 Domain.notify dom;
A Dconnections.ml40 let xbcon = Xenbus.Xb.open_mmap (Domain.get_interface dom) (fun () -> Domain.notify dom) in
A Dxenstored.ml343 let (notify, deaddom) = Domains.cleanup domains in
346 if deaddom <> [] || notify then
/xen/tools/hotplug/Linux/systemd/
A Dxenstored.service.in10 Type=notify
/xen/tools/libxl/
A Dlibxl_fork.c235 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 Dxeneventchn.ml40 external notify: handle -> int -> unit = "stub_eventchn_notify"
A Dxeneventchn.mli55 val notify : handle -> t -> unit val
/xen/tools/xenstore/
A Dxenstored_domain.c232 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 Dtimer.c578 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 Dargo.c1906 notify(struct domain *currd, in notify() function
2199 rc = notify(currd, ring_data_hnd); in do_argo_op()
/xen/xen/include/acpi/
A Dactbl1.h518 struct acpi_hest_notify notify; member
571 struct acpi_hest_notify notify; member
/xen/docs/misc/
A Dconsole.txt150 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 D9pfs.pandoc379 - notify the other end via event channel
391 - notify the other end via event channel
A Dpvcalls.pandoc375 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 Dxb.ml32 eventchn_notify: unit -> unit; (* function to notify through eventchn *)

Completed in 37 milliseconds

12