Searched refs:hyperror (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c1008 int hyperror; local
1024 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_initialise, ci->ci_vcpuid, vcpuctx))) {
1025 aprint_error(": context initialisation failed. errno = %d\n", hyperror);
1032 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_down, ci->ci_vcpuid, NULL))) {
1033 aprint_error(": VCPUOP_down hypervisor command failed. errno = %d\n", hyperror);
1037 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_up, ci->ci_vcpuid, NULL))) {
1038 aprint_error(": VCPUOP_up hypervisor command failed. errno = %d\n", hyperror);
1044 hyperror = -1;
1050 return hyperror;

Completed in 67 milliseconds