Searched refs:SCHEDOP_shutdown (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/xen/ |
| D | hypervisor.h | 100 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/ |
| D | sched.h | 66 #define SCHEDOP_shutdown 2 macro
|
| /freebsd-10-stable/sys/amd64/include/xen/ |
| D | hypercall.h | 364 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/ |
| D | hypercall.h | 353 int rc = _hypercall3(int, sched_op, SCHEDOP_shutdown, in HYPERVISOR_suspend() 357 rc = _hypercall3(int, sched_op_compat, SCHEDOP_shutdown, in HYPERVISOR_suspend()
|