Searched refs:set_target (Results 1 – 15 of 15) sorted by relevance
77 …heduler setdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddr…
163 let set_target cons domain target_domain = function165 Connection.set_target con target_domain
125 let set_target con target_domid = function126 …con.perm <- Perms.Connection.set_target (get_perm con) ~perms:[Perms.READ; Perms.WRITE] target_dom…
116 let set_target (connection:t) ?(perms=[NONE]) domid = function
191 …| [ domid; target_domid; "" ] -> Connections.set_target cons (c_int_of_string domid) (c_int_of_str…
31 set_to_dummy_if_null(ops, set_target); in xsm_fixup_ops()
53 int (*set_target) (struct domain *d, struct domain *e); member227 return xsm_ops->set_target(d, e); in xsm_set_target()
146 allow $1 $2:domain set_target;
1259 struct xen_domctl_set_target set_target; member
947 XSPY_METH(set_target, METH_VARARGS),
876 e = get_domain_by_id(op->u.set_target.target); in do_domctl()
166 set_target
168 its target using the set_target operation. The transition is computed with the
1754 .set_target = flask_set_target,
2123 domctl.u.set_target.target = target; in xc_domain_set_target()
Completed in 29 milliseconds