Home
last modified time | relevance | path

Searched refs:Domain (Results 1 – 25 of 41) sorted by relevance

12

/xen/tools/ocaml/xenstored/
A Ddomains.ml25 table: (Xenctrl.domid, Domain.t) Hashtbl.t;
112 Domain.close dom;
129 Domain.bind_interdomain dom;
149 Domain.bind_interdomain dom;
150 Domain.notify dom;
154 dom.Domain.caused_conflicts <- Int64.add 1L dom.Domain.caused_conflicts;
155 let before = dom.Domain.conflict_credit in
158 dom.Domain.conflict_credit <- after;
189 d.Domain.conflict_credit <- min (d.Domain.conflict_credit +. 1.0) !Define.conflict_burst_limit;
190 …debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic…
[all …]
A Dxenstored.ml56 if Domain.is_bad_domain domain
57 || Domain.get_io_credit domain <= 0
58 || Domain.is_paused_for_conflict domain
61 let con = Connections.find_domain cons (Domain.get_id domain) in
64 Domain.decr_io_credit domain
354 | Some dom -> Domain.incr_io_credit dom | None -> ()
367 if not (Domain.get_io_credit dom > 0) then
368 let con = Connections.find_domain cons (Domain.get_id dom) in
380 Domain.set_io_credit ~n dom
442 | Some dom -> not (Domain.is_paused_for_conflict dom)
[all …]
A Dconnections.ml40 let xbcon = Xenbus.Xb.open_mmap (Domain.get_interface dom) (fun () -> Domain.notify dom) in
42 Hashtbl.add cons.domains (Domain.get_id dom) con;
43 match Domain.get_port dom with
84 (match Domain.get_port d with
A Dconnection.ml33 dom: Domain.t option;
46 | Some domain -> Domain.mark_as_bad domain
63 Printf.sprintf "/local/domain/%i/" (match con.dom with None -> 0 | Some d -> Domain.get_id d)
85 | Some dom -> "D" ^ (string_of_int (Domain.get_id dom))
91 | Some d -> Domain.get_id d
307 let domid = Domain.get_id dom in
309 Domain.dump dom chan;
A Dperms.ml155 info "Permission denied: Domain %d has no permission" domainid;
161 info "Permission denied: Domain %d has read only access" domainid;
164 info "Permission denied: Domain %d has write only access" domainid;
A Dprocess.ml105 may (fun dom -> Printf.sprintf "%nd\000" (Domain.get_mfn dom)) (Connection.get_domain con)
419 if (Domain.get_mfn edom) = mfn && (Connections.find_domain cons domid) != con then begin
422 Domain.bind_interdomain edom;
432 if (Domain.get_remote_port dom) <> port || (Domain.get_mfn dom) <> mfn then
A Dhistory.ml60 | Some d -> if not (Domain.is_free_to_conflict d) then history := x :: !history
/xen/docs/misc/
A Dprintk-formats.txt37 Domain and vCPU information:
39 %pd Domain from a 'struct domain *'
46 %pv Domain and vCPU ID from a 'struct vcpu *'
A Dlibxl_memory.txt1 /* === Domain memory breakdown: HVM guests ==================================
38 === Domain memory breakdown: PV guests ==================================
A Dvtpm-platforms.txt13 Example 1: Trusted Domain 0
73 Example 2: Domain Builder with Static vTPMs
A Dxenstore-paths.pandoc114 ## Domain Home Path
130 ## Per Domain Paths
501 ### Domain Controlled Paths
641 Domain Id of the xenstore domain in case xenstore is provided via a
A Dxenstore.txt260 ---------- Domain management and xenstored communications ----------
300 owned by <tdomid>. Domain <domid> also inherits all
/xen/tools/flask/policy/modules/
A Dxen.te29 # Domain 0
52 # Domain destruction can result in some access checks for actions performed by
A DdomU.te3 # Domain creation
A Dxen.if5 # Domain creation and setup
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc1 % libxenctrl (libxc) Domain Image Format
142 Domain Header
462 Domain TSC information, as accessed by the
491 HVM Domain context, as accessed by the
511 HVM Domain parameters, as accessed by the
696 * Domain header
727 * Domain header
/xen/tools/xenstat/xentop/
A DTODO7 * Domain total network TX % and RX %
/xen/tools/ocaml/libs/xl/
A Dxenlight.mli.in38 module Domain : sig module
A Dxenlight.ml.in36 module Domain = struct module
/xen/docs/designs/
A Dnon-cooperative-migration.md25 ## Xenstore Nodes and Domain ID
132 There is already a record defined in *libxenctrl Domain Image Format* [3]
162 the migration stream. There is a record defined in *libxenlight Domain
253 will propose modifications to the libxenlight and libxenctrl Domain Image
/xen/xen/xsm/flask/policy/
A Daccess_vectors536 # Domain requesting registration of a communication ring
539 # Domain requesting registration of a communication ring
542 # Domain sending a message to another domain.
/xen/docs/features/
A Dqemu-deprivilege.pandoc95 ## Domain config changes
A Ddom0less.pandoc131 - Domains created by Xen will have no name at boot. Domain-0 has a name
/xen/docs/man/
A Dxen-pv-channel.7.pod92 Domain configuration is created for the VM, listing the channel
/xen/tools/libxl/
A Didl.txt212 domid Domain ID

Completed in 462 milliseconds

12