Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-kexecboot-Use-new-reboot-API-with-klibc.patch35 - if ( -1 == reboot(RB_POWER_OFF) ) {
36 + if ( -1 == reboot(RB_POWER_OFF, NULL) ) {
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h101 #define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF macro
/openbmc/qemu/tests/migration/
H A Dstress.c43 reboot(RB_POWER_OFF); in exit_failure()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1369 reboot(RB_POWER_OFF); in main()