Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sysrq_pressed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp_vt220.c
477
static int
sysrq_pressed
;
variable
482
sysrq_pressed
= 0;
in sclp_vt220_reset_session()
493
* If pressed again, reset
sysrq_pressed
in sclp_vt220_handle_input()
496
sysrq_pressed
= !
sysrq_pressed
;
in sclp_vt220_handle_input()
497
if (
sysrq_pressed
)
in sclp_vt220_handle_input()
499
} else if (
sysrq_pressed
) {
in sclp_vt220_handle_input()
502
sysrq_pressed
= 0;
in sclp_vt220_handle_input()
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp_vt220.c
483
static int
sysrq_pressed
;
variable
488
sysrq_pressed
= 0;
in sclp_vt220_reset_session()
499
* If pressed again, reset
sysrq_pressed
in sclp_vt220_handle_input()
502
sysrq_pressed
= !
sysrq_pressed
;
in sclp_vt220_handle_input()
503
if (
sysrq_pressed
)
in sclp_vt220_handle_input()
505
} else if (
sysrq_pressed
) {
in sclp_vt220_handle_input()
508
sysrq_pressed
= 0;
in sclp_vt220_handle_input()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_console.c
66
static int
sysrq_pressed
;
variable
710
*
sysrq_pressed
and flip ^O char */
in __hvc_poll()
711
sysrq_pressed
= !
sysrq_pressed
;
in __hvc_poll()
712
if (
sysrq_pressed
)
in __hvc_poll()
714
} else if (
sysrq_pressed
) {
in __hvc_poll()
716
sysrq_pressed
= 0;
in __hvc_poll()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_console.c
66
static int
sysrq_pressed
;
variable
710
*
sysrq_pressed
and flip ^O char */
in __hvc_poll()
711
sysrq_pressed
= !
sysrq_pressed
;
in __hvc_poll()
712
if (
sysrq_pressed
)
in __hvc_poll()
714
} else if (
sysrq_pressed
) {
in __hvc_poll()
716
sysrq_pressed
= 0;
in __hvc_poll()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
mips_ejtag_fdc.c
138
* @
sysrq_pressed
: Whether the magic sysrq key combination has been
165
bool
sysrq_pressed
;
member
596
priv->
sysrq_pressed
=
in mips_ejtag_fdc_handle()
597
!priv->
sysrq_pressed
;
in mips_ejtag_fdc_handle()
598
if (priv->
sysrq_pressed
)
in mips_ejtag_fdc_handle()
600
} else if (priv->
sysrq_pressed
) {
in mips_ejtag_fdc_handle()
602
priv->
sysrq_pressed
= false;
in mips_ejtag_fdc_handle()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
mips_ejtag_fdc.c
138
* @
sysrq_pressed
: Whether the magic sysrq key combination has been
165
bool
sysrq_pressed
;
member
596
priv->
sysrq_pressed
=
in mips_ejtag_fdc_handle()
597
!priv->
sysrq_pressed
;
in mips_ejtag_fdc_handle()
598
if (priv->
sysrq_pressed
)
in mips_ejtag_fdc_handle()
600
} else if (priv->
sysrq_pressed
) {
in mips_ejtag_fdc_handle()
602
priv->
sysrq_pressed
= false;
in mips_ejtag_fdc_handle()
Completed in 16 milliseconds