Lines Matching refs:it

7 regardless of whatever else it is doing, unless it is completely locked up.
88 'j' - Forcibly "Just thaw it" - filesystems frozen by the FIFREEZE ioctl.
107 'r' - Turns off keyboard raw mode and sets it to XLATE.
131 it so that only emergency messages like PANICs or OOPSes would
132 make it to your console.)
143 IMPORTANT: In its true form it is not a true SAK like the one in a :IMPORTANT
144 IMPORTANT: c2 compliant system, and it should not be mistaken as :IMPORTANT
146 It seems others find it useful as (System Attention Key) which is
156 sync(s) is great when your system is locked up, it allows you to sync your
173 are unable to kill any other way, especially if it's spawning other
176 "just thaw it(j)" is useful if your system becomes unresponsive due to a frozen
179 * Sometimes SysRq seems to get 'stuck' after using it, what can I do?
196 * I want to add SysRQ key events to a module, how does it work?
200 Next, you must create a sysrq_key_op struct, and populate it with A) the key
211 it is currently registered in that slot. This is in case the slot has been
212 overwritten since you registered it.
216 a number of operations registered into it at compile time, but is mutable,
217 and 2 functions are exported for interface to it:
220 your module that called register_sysrq_key() exits, it must call
221 unregister_sysrq_key() to clean up the sysrq key table entry that it used.
234 console, even though it will appear in the dmesg buffer, and be accessible
238 is emitted it is almost certain that the kernel loglevel is too low.