HomeSort by: relevance | last modified time | path
    Searched defs:hyperror (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/x86/
cpu.c 1008 int hyperror; local in function:mp_cpu_start
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;
cpu.c 1008 int hyperror; local in function:mp_cpu_start
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 76 milliseconds