Lines Matching refs:by
14 the SysRq key. The default value in this file is set by the
30 You can set the value in the file by the following command:
39 allowed (by a user with admin privileges).
71 'c' - Will perform a system crash by a NULL pointer dereference.
80 'g' - Used by kgdb (kernel debugger)
87 'j' - Forcibly "Just thaw it" - filesystems frozen by the FIFREEZE ioctl.
120 'x' - Used by xmon interface on ppc/powerpc platforms.
191 probably best to put this command in a boot script. Oh, and by the way, you
192 exit 'showkey' by not typing anything for ten seconds.
205 register the operation pointed to by 'op_p' at table key 'key',
208 will remove the key op pointed to by 'op_p' from the key 'key', if and only if
212 The Magic SysRQ system works by registering key operations against a key op
223 within a function called by handle_sysrq, you must be aware that you are in
252 Written by Mydraal <vulpyne@vulpyne.net>
253 Updated by Adam Sulmicki <adam@cfar.umd.edu>
254 Updated by Jeremy M. Dolan <jmd@turbogeek.org> 2001/01/28 10:15:59
255 Added to by Crutcher Dunnavant <crutcher+kernel@datastacks.com>