Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/libs/gnttab/
A Dfreebsd.c114 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 Dlinux.c153 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 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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/drivers/char/
A Dconsoled.c124 goto notify; in consoled_guest_tx()
133 notify: in consoled_guest_tx()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Devent.ml28 let notify eventchn port = Xeneventchn.notify eventchn.handle port function
A Ddomain.ml67 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 Ddomains.ml90 let notify = ref false in
102 notify := true;
118 !notify, !dead_dom
148 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 xc domains in
345 if deaddom <> [] || notify then
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A Dxenstored.service.in10 Type=notify
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_fork.c234 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 Dxeneventchn.ml24 external notify: handle -> int -> unit = "stub_eventchn_notify"
A Dxeneventchn.mli38 val notify : handle -> t -> unit val
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c225 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 Dtimer.c561 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 Dactbl1.h518 struct acpi_hest_notify notify; member
571 struct acpi_hest_notify notify; member
/xen-4.10.0-shim-comet/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.markdown379 - notify the other end via event channel
391 - notify the other end via event channel
A Dpvcalls.markdown383 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 Dvtd-pi.txt221 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 Dxb.ml32 eventchn_notify: unit -> unit; (* function to notify through eventchn *)

Completed in 33 milliseconds

12