HomeSort by: relevance | last modified time | path
    Searched refs:SCHEDOP_shutdown (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amd64/include/xen/
hypercalls.h 329 return _hypercall3(int, sched_op, SCHEDOP_shutdown,
332 return _hypercall3(int, sched_op, SCHEDOP_shutdown,
361 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
364 - return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_poweroff);
378 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
381 return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_crash);
395 return _hypercall2(int, sched_op, SCHEDOP_shutdown,
398 return _hypercall2(int, sched_op, SCHEDOP_shutdown, SHUTDOWN_reboot);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
sched.h 53 * == SHUTDOWN_* code (SCHEDOP_shutdown)
88 #define SCHEDOP_shutdown 2
100 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
108 * @arg == sched_shutdown_t, as for SCHEDOP_shutdown.
170 * Reason codes for SCHEDOP_shutdown. These may be interpreted by control
  /src/sys/arch/i386/include/xen/
hypercalls.h 381 _harg("1" (SCHEDOP_shutdown), "2" (&shutdown_reason)),
385 _harg("1" (SCHEDOP_shutdown), "2" (SHUTDOWN_poweroff)),
406 _harg("1" (SCHEDOP_shutdown), "2" (&shutdown_reason)),
410 _harg("1" (SCHEDOP_shutdown), "2" (SHUTDOWN_crash)),
430 _harg("1" (SCHEDOP_shutdown), "2" (&shutdown_reason)),
434 _harg("1" (SCHEDOP_shutdown), "2" (SHUTDOWN_reboot)),
454 _harg("1" (SCHEDOP_shutdown), "2" (&shutdown_reason), "3" (srec)),
458 _harg("1" (SCHEDOP_shutdown), "2" (SHUTDOWN_suspend), "3" (srec)),

Completed in 25 milliseconds