Lines Matching refs:sysrq
2 Documentation for sysrq.c
13 /proc/sys/kernel/sysrq controls the functions allowed to be invoked via
16 to 1. Here is the list of possible values in /proc/sys/kernel/sysrq:
17 0 - disable sysrq completely
18 1 - enable all functions of sysrq
19 >1 - bitmask of allowed sysrq functions (see below for detailed function
31 echo "number" >/proc/sys/kernel/sysrq
37 Note that the value of /proc/sys/kernel/sysrq influences only the invocation
38 via a keyboard. Invocation of any operation via /proc/sysrq-trigger is always
62 On all - write a character to /proc/sysrq-trigger. e.g.:
64 echo t > /proc/sysrq-trigger
182 on both sides of the keyboard, and hitting an invalid sysrq sequence again
183 will fix the problem. (i.e., something like alt-sysrq-z). Switching to another
199 the header 'include/linux/sysrq.h', this will define everything else you need.
203 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
215 lookup table, which is defined in 'drivers/char/sysrq.c'. This key table has
221 unregister_sysrq_key() to clean up the sysrq key table entry that it used.
236 exception the header line from the sysrq command is passed to all console
240 to temporarily up the console loglevel using alt-sysrq-8 or:
242 echo 8 > /proc/sysrq-trigger
244 Remember to return the loglevel to normal after triggering the sysrq