Home
last modified time | relevance | path

Searched refs:__sysrq_reboot_op (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsysrq.h50 extern const struct sysrq_key_op *__sysrq_reboot_op;
/openbmc/linux/drivers/tty/
H A Dsysrq.c176 const struct sysrq_key_op *__sysrq_reboot_op = &sysrq_reboot_op; variable
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c559 unregister_sysrq_key('b', __sysrq_reboot_op); in setup_arch()