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