Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c46 struct mmap_interface *interface = GET_C_STRUCT(ml_interface); in ml_interface_read() local
51 struct xenstore_domain_interface *intf = interface->addr; in ml_interface_read()
105 struct mmap_interface *interface = GET_C_STRUCT(ml_interface); in ml_interface_write() local
110 struct xenstore_domain_interface *intf = interface->addr; in ml_interface_write()
159 CAMLparam2(interface, v); in ml_interface_set_server_features()
160 struct xenstore_domain_interface *intf = GET_C_STRUCT(interface)->addr; in ml_interface_set_server_features()
167 CAMLprim value ml_interface_get_server_features(value interface) in ml_interface_get_server_features() argument
169 CAMLparam1(interface); in ml_interface_get_server_features()
170 struct xenstore_domain_interface *intf = GET_C_STRUCT(interface)->addr; in ml_interface_get_server_features()
175 CAMLprim value ml_interface_close(value interface) in ml_interface_close() argument
[all …]
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c191 munmap(interface, XC_PAGE_SIZE); in unmap_interface()
205 if (domain->interface) { in destroy_domain()
209 unmap_xenbus(domain->interface); in destroy_domain()
211 unmap_interface(domain->interface); in destroy_domain()
367 domain->interface->req_cons = domain->interface->req_prod = 0; in domain_conn_reset()
368 domain->interface->rsp_cons = domain->interface->rsp_prod = 0; in domain_conn_reset()
400 if (!interface) in do_introduce()
406 unmap_interface(interface); in do_introduce()
409 domain->interface = interface; in do_introduce()
613 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.h188 void unmap_xenbus(void *interface);
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomain.ml27 interface: Xenmmap.mmap_interface; RecordField
43 let get_interface d = d.interface
84 Xenmmap.unmap dom.interface;
87 let make id mfn remote_port interface eventchn = {
91 interface = interface;
A Ddomains.ml124 let interface = Xenctrl.map_foreign_range xc domid (Xenmmap.getpagesize()) mfn in
125 let dom = Domain.make domid mfn port interface doms.eventchn in
134 let port, interface =
139 let interface = Xenmmap.mmap fd Xenmmap.RDWR Xenmmap.SHARED
142 port, interface
145 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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/memshr/
A DMakefile13 LIB-SRCS := interface.c
18 LIB-OBJS := interface.o
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py127 def gen_ocaml_keyedunions(ty, interface, indent, parent = None): argument
175 def gen_ocaml_anonstruct(ty, interface, indent, parent = None): argument
192 def gen_ocaml_ml(ty, interface, indent=""): argument
194 if interface:
204 if interface:
220 if interface:
228 ku, union_type = gen_ocaml_keyedunions(f.type, interface, "\t")
237 anon = gen_ocaml_anonstruct(f.type, interface, "\t", f.name)
249 if interface:
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c108 struct xencons_interface *interface; member
291 struct xencons_interface *intf = con->interface; in buffer_append()
652 if (con->interface == NULL) in console_unmap_interface()
655 xengnttab_unmap(xgt_handle, con->interface, 1); in console_unmap_interface()
657 munmap(con->interface, XC_PAGE_SIZE); in console_unmap_interface()
658 con->interface = NULL; in console_unmap_interface()
703 if (!con->interface) { in console_create_ring()
705 con->interface = xc_map_foreign_range( in console_create_ring()
709 if (con->interface == NULL) { in console_create_ring()
962 struct xencons_interface *intf = con->interface; in ring_free_bytes()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A DMETA.in2 description = "Eventchn interface extension"
A Dxeneventchn.mli20 (** An initialised event channel interface. *)
30 (** Return an initialised event channel interface. On error it
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/man/
A Dxen-vbd-interface.markdown.71 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-4.10.0-shim-comet/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook12 # dev vif interface name (required).
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_laptop_slate.asl20 …/hardware/commercialize/design/device-experiences/continuum#method-2----use-the-injection-interface
/xen-4.10.0-shim-comet/tools/examples/
A DREADME.incompatibilities13 to check for a specific bridge-interface pair, since brctl does not show the
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME12 interface. The blktap2 mechanism involves a kernel driver that acts
45 memory interface) through a character device. Each active disk is
51 code. We provide a simple, asynchronous virtual disk interface that
146 printed before terminating. The sysfs interface is largely intuitive,
303 The above functions are defined in tapdisk-interface.c. If you don't

Completed in 24 milliseconds

123