Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 71) sorted by relevance

123

/xen/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c54 struct mmap_interface *interface = GET_C_STRUCT(ml_interface); in ml_interface_read() local
59 struct xenstore_domain_interface *intf = interface->addr; in ml_interface_read()
113 struct mmap_interface *interface = GET_C_STRUCT(ml_interface); in ml_interface_write() local
118 struct xenstore_domain_interface *intf = interface->addr; in ml_interface_write()
167 CAMLparam2(interface, v); in ml_interface_set_server_features()
168 struct xenstore_domain_interface *intf = GET_C_STRUCT(interface)->addr; in ml_interface_set_server_features()
175 CAMLprim value ml_interface_get_server_features(value interface) in ml_interface_get_server_features() argument
177 CAMLparam1(interface); in ml_interface_get_server_features()
178 struct xenstore_domain_interface *intf = GET_C_STRUCT(interface)->addr; in ml_interface_get_server_features()
183 CAMLprim value ml_interface_close(value interface) in ml_interface_close() argument
[all …]
/xen/tools/xenstore/
A Dxenstored_domain.c205 if (domain->interface) { in destroy_domain()
209 unmap_xenbus(domain->interface); in destroy_domain()
211 unmap_interface(domain->interface); in destroy_domain()
417 domain->interface->req_cons = domain->interface->req_prod = 0; in domain_conn_reset()
418 domain->interface->rsp_cons = domain->interface->rsp_prod = 0; in domain_conn_reset()
455 interface = map_interface(domid); in do_introduce()
456 if (!interface) in do_introduce()
461 unmap_interface(interface); in do_introduce()
464 domain->interface = interface; in do_introduce()
718 dom0->interface = xenbus_map(); in dom0_init()
[all …]
A Dxenstored_minios.c56 void unmap_xenbus(void *interface) in unmap_xenbus() argument
58 xengnttab_unmap(*xgt_handle, interface, 1); in unmap_xenbus()
A Dxenstored_posix.c98 void unmap_xenbus(void *interface) in unmap_xenbus() argument
100 munmap(interface, getpagesize()); in unmap_xenbus()
A Dxenstored_core.h201 void unmap_xenbus(void *interface);
/xen/docs/features/
A Dhypervisorfs.pandoc50 interface supported by the hypervisor. Additions to the interface need
51 to bump the interface version. The hypervisor is required to support the
52 previous interface versions, too (this implies that additions will always
54 version of the interface to use).
56 * hypercall interface specification
/xen/docs/figs/
A Dnetwork-basic.fig29 4 0 0 50 -1 0 16 0.0000 4 240 1815 1080 4590 interface, to rest\001
33 4 0 0 50 -1 0 16 0.0000 4 195 1905 3960 4320 Virtual interface:\001
36 4 0 0 50 -1 0 16 0.0000 4 195 1905 7155 4320 Virtual interface:\001
A Dnetwork-bridge.fig109 4 0 0 50 -1 0 16 1.5708 4 195 990 2790 5310 interface\001
/xen/tools/ocaml/xenstored/
A Ddomain.ml26 interface: Xenmmap.mmap_interface; RecordField
42 let get_interface d = d.interface
87 Xenmmap.unmap dom.interface;
90 let make id mfn remote_port interface eventchn = {
94 interface = interface;
A Ddomains.ml126 let interface = Xenctrl.map_foreign_range xc domid (Xenmmap.getpagesize()) mfn in
127 let dom = Domain.make domid mfn port interface doms.eventchn in
136 let port, interface =
141 let interface = Xenmmap.mmap fd Xenmmap.RDWR Xenmmap.SHARED
144 port, interface
147 let dom = Domain.make 0 Nativeint.zero port interface doms.eventchn in
A Dselect.mli16 (** Same interface and semantics as [Unix.select] but with an extra alternative
/xen/tools/ocaml/libs/mmap/
A Dxenmmap.ml22 (* mmap: fd -> prot_flag -> map_flag -> length -> offset -> interface *)
26 (* read: interface -> start -> length -> data *)
28 (* write: interface -> data -> start -> length -> unit *)
A DMETA.in2 description = "Mmap interface extension"
/xen/tools/firmware/vgabios/
A DTODO12 - display switch interface ah=12 bl=35
24 - have plex86 host side display interface
A DREADME102 . Bochs VBE protected mode interface improved
111 . Bochs VBE protected mode interface added (based on a patch by malc@pulsesoft.com)
171 . Forced to new DISPI (0xb0c1) interface (requires latest bochs vbe code)
173 . Added new DISPI interface for: virt width, height, x offset, y offset
/xen/tools/ocaml/libs/xl/
A Dgenwrap.py130 def gen_ocaml_keyedunions(ty, interface, indent, parent = None): argument
178 def gen_ocaml_anonstruct(ty, interface, indent, parent = None): argument
195 def gen_ocaml_ml(ty, interface, indent=""): argument
197 if interface:
207 if interface:
223 if interface:
231 ku, union_type = gen_ocaml_keyedunions(f.type, interface, "\t")
240 anon = gen_ocaml_anonstruct(f.type, interface, "\t", f.name)
252 if interface:
/xen/tools/console/daemon/
A Dio.c109 struct xencons_interface *interface; member
316 struct xencons_interface *intf = con->interface; in buffer_append()
677 if (con->interface == NULL) in console_unmap_interface()
680 xengnttab_unmap(xgt_handle, con->interface, 1); in console_unmap_interface()
682 munmap(con->interface, XC_PAGE_SIZE); in console_unmap_interface()
683 con->interface = NULL; in console_unmap_interface()
728 if (!con->interface) { in console_create_ring()
730 con->interface = xc_map_foreign_range( in console_create_ring()
734 if (con->interface == NULL) { in console_create_ring()
987 struct xencons_interface *intf = con->interface; in ring_free_bytes()
[all …]
/xen/tools/ocaml/libs/eventchn/
A DMETA.in2 description = "Eventchn interface extension"
A Dxeneventchn.mli20 (** An initialised event channel interface. *)
47 (** Return an initialised event channel interface. On error it
/xen/tools/firmware/rombios/
A Dapmbios.S179 ; APM real mode interface connect
186 ; APM 16 bit protected mode interface connect
200 ; APM 32 bit protected mode interface connect
216 ; APM interface disconnect
/xen/docs/man/
A Dxen-vbd-interface.7.pandoc1 Xen guest interface
8 The abstract interface involves specifying, for each block device:
25 The Xen interface does not specify what name a device should have
69 Concrete encoding in the VBD interface (in xenstore)
72 The information above is encoded in the concrete interface as an
/xen/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook12 # dev vif interface name (required).
/xen/xen/arch/arm/
A DKconfig.debug267 prompt "Early printk UART SCIF interface version"
271 Select the interface version of the SCIF UART.
274 interface version (SCIF).
276 bool "default SCIF UART interface"
278 bool "SCIF UART interface version A"
/xen/tools/examples/
A DREADME.incompatibilities13 to check for a specific bridge-interface pair, since brctl does not show the
/xen/tools/libacpi/
A Dssdt_laptop_slate.asl20 …/hardware/commercialize/design/device-experiences/continuum#method-2----use-the-injection-interface

Completed in 22 milliseconds

123