Searched refs:Domain (Results 1 – 25 of 41) sorted by relevance
12
25 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 in158 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 …]
56 if Domain.is_bad_domain domain57 || Domain.get_io_credit domain <= 058 || Domain.is_paused_for_conflict domain61 let con = Connections.find_domain cons (Domain.get_id domain) in64 Domain.decr_io_credit domain354 | Some dom -> Domain.incr_io_credit dom | None -> ()367 if not (Domain.get_io_credit dom > 0) then368 let con = Connections.find_domain cons (Domain.get_id dom) in380 Domain.set_io_credit ~n dom442 | Some dom -> not (Domain.is_paused_for_conflict dom)[all …]
40 let xbcon = Xenbus.Xb.open_mmap (Domain.get_interface dom) (fun () -> Domain.notify dom) in42 Hashtbl.add cons.domains (Domain.get_id dom) con;43 match Domain.get_port dom with84 (match Domain.get_port d with
33 dom: Domain.t option;46 | Some domain -> Domain.mark_as_bad domain63 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 d307 let domid = Domain.get_id dom in309 Domain.dump dom chan;
155 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;
105 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 begin422 Domain.bind_interdomain edom;432 if (Domain.get_remote_port dom) <> port || (Domain.get_mfn dom) <> mfn then
60 | Some d -> if not (Domain.is_free_to_conflict d) then history := x :: !history
37 Domain and vCPU information:39 %pd Domain from a 'struct domain *'46 %pv Domain and vCPU ID from a 'struct vcpu *'
1 /* === Domain memory breakdown: HVM guests ==================================38 === Domain memory breakdown: PV guests ==================================
13 Example 1: Trusted Domain 073 Example 2: Domain Builder with Static vTPMs
114 ## Domain Home Path130 ## Per Domain Paths501 ### Domain Controlled Paths641 Domain Id of the xenstore domain in case xenstore is provided via a
260 ---------- Domain management and xenstored communications ----------300 owned by <tdomid>. Domain <domid> also inherits all
29 # Domain 052 # Domain destruction can result in some access checks for actions performed by
3 # Domain creation
5 # Domain creation and setup
1 % libxenctrl (libxc) Domain Image Format142 Domain Header462 Domain TSC information, as accessed by the491 HVM Domain context, as accessed by the511 HVM Domain parameters, as accessed by the696 * Domain header727 * Domain header
7 * Domain total network TX % and RX %
38 module Domain : sig module
36 module Domain = struct module
25 ## Xenstore Nodes and Domain ID132 There is already a record defined in *libxenctrl Domain Image Format* [3]162 the migration stream. There is a record defined in *libxenlight Domain253 will propose modifications to the libxenlight and libxenctrl Domain Image
536 # Domain requesting registration of a communication ring539 # Domain requesting registration of a communication ring542 # Domain sending a message to another domain.
95 ## Domain config changes
131 - Domains created by Xen will have no name at boot. Domain-0 has a name
92 Domain configuration is created for the VM, listing the channel
212 domid Domain ID
Completed in 462 milliseconds