Searched refs:sysrq_key_op (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | sysrq.c | 87 static struct sysrq_key_op sysrq_loglevel_op = { 100 static struct sysrq_key_op sysrq_SAK_op = { 107 #define sysrq_SAK_op (*(struct sysrq_key_op *)NULL) 118 static struct sysrq_key_op sysrq_unraw_op = { 125 #define sysrq_unraw_op (*(struct sysrq_key_op *)NULL) 136 static struct sysrq_key_op sysrq_crash_op = { 149 static struct sysrq_key_op sysrq_reboot_op = { 160 static struct sysrq_key_op sysrq_sync_op = { 172 static struct sysrq_key_op sysrq_show_timers_op = { 182 static struct sysrq_key_op sysrq_mountro_op = { [all …]
|
/linux-2.6.39/include/linux/ |
D | sysrq.h | 34 struct sysrq_key_op { struct 50 int register_sysrq_key(int key, struct sysrq_key_op *op); argument 51 int unregister_sysrq_key(int key, struct sysrq_key_op *op); 52 struct sysrq_key_op *__sysrq_get_key_op(int key); 66 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key() 71 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
|
/linux-2.6.39/kernel/power/ |
D | poweroff.c | 33 static struct sysrq_key_op sysrq_poweroff_op = {
|
/linux-2.6.39/Documentation/ |
D | sysrq.txt | 195 Next, you must create a sysrq_key_op struct, and populate it with A) the key 200 After the sysrq_key_op is created, you can call the kernel function 201 register_sysrq_key(int key, struct sysrq_key_op *op_p); this will 204 the function unregister_sysrq_key(int key, struct sysrq_key_op *op_p), which
|
/linux-2.6.39/drivers/net/ibm_newemac/ |
D | debug.c | 246 static struct sysrq_key_op emac_sysrq_op = {
|
/linux-2.6.39/kernel/debug/ |
D | debug_core.c | 753 static struct sysrq_key_op sysrq_dbg_op = {
|
/linux-2.6.39/arch/arm/kernel/ |
D | etm.c | 254 static struct sysrq_key_op sysrq_etm_op = {
|
/linux-2.6.39/arch/sparc/kernel/ |
D | process_64.c | 311 static struct sysrq_key_op sparc_globalreg_op = {
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_fb_helper.c | 417 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 423 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
/linux-2.6.39/arch/alpha/kernel/ |
D | setup.c | 615 struct sysrq_key_op *op = __sysrq_get_key_op('b'); in setup_arch()
|
/linux-2.6.39/arch/powerpc/xmon/ |
D | xmon.c | 2890 static struct sysrq_key_op sysrq_xmon_op = {
|