Searched refs:set_target (Results 1 – 15 of 15) sorted by relevance
77 …heduler setdomainmaxmem setdomainhandle setdebugging hypercall settime set_target shutdown setaddr…
37 set_to_dummy_if_null(ops, set_target); in xsm_fixup_ops()
158 let set_target cons domain target_domain = function160 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…
106 let set_target (connection:t) ?(perms=[NONE]) domid = function
187 …| [ domid; target_domid; "" ] -> Connections.set_target cons (c_int_of_string domid) (c_int_of_str…
53 int (*set_target) (struct domain *d, struct domain *e); member219 return xsm_ops->set_target(d, e); in xsm_set_target()
145 allow $1 $2:domain set_target;
1227 struct xen_domctl_set_target set_target; member
946 XSPY_METH(set_target, METH_VARARGS),
1068 e = get_domain_by_id(op->u.set_target.target); in do_domctl()
170 set_target
204 its target using the set_target operation. The transition is computed with the
1730 .set_target = flask_set_target,
2173 domctl.u.set_target.target = target; in xc_domain_set_target()
Completed in 30 milliseconds