Searched defs:acmctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c1014 struct xen_acmctl *acmctl; local
1017 error = import_buffer(&op_ie, uacmctl, NULL, sizeof (*acmctl),
1022 acmctl = op_ie.ie_kaddr;
1024 if (acmctl->interface_version != ACM_INTERFACE_VERSION) {
1027 acmctl->cmd, acmctl->interface_version,
1037 switch (acmctl->cmd) {
1049 printf("unrecognized HYPERVISOR_xsm_op op %d\n", acmctl->cmd);
1055 error = HYPERVISOR_xsm_op(acmctl);

Completed in 68 milliseconds