Home
last modified time | relevance | path

Searched refs:SCHEDOP_shutdown (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/xen/
Dhypervisor.h100 HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown); in HYPERVISOR_shutdown()
102 HYPERVISOR_sched_op_compat(SCHEDOP_shutdown, reason); in HYPERVISOR_shutdown()
/freebsd-10-stable/sys/xen/interface/
Dsched.h66 #define SCHEDOP_shutdown 2 macro
/freebsd-10-stable/sys/amd64/include/xen/
Dhypercall.h364 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, in HYPERVISOR_suspend()
369 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown, in HYPERVISOR_suspend()
/freebsd-10-stable/sys/i386/include/xen/
Dhypercall.h353 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, in HYPERVISOR_suspend()
357 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown, in HYPERVISOR_suspend()