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:DEBUG_TINY
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
132
#define
DEBUG_TINY
(0x0080)
macro
4150
if (DEBUG_FLAGS &
DEBUG_TINY
) {
in ncr_queue_command()
4824
if (DEBUG_FLAGS &
DEBUG_TINY
)
in ncr_complete()
4897
if (DEBUG_FLAGS & (DEBUG_RESULT|
DEBUG_TINY
)) {
in ncr_complete()
4960
if (DEBUG_FLAGS & (DEBUG_RESULT|
DEBUG_TINY
)) {
in ncr_complete()
5777
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("{");
in ncr_timeout()
5779
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("}");
in ncr_timeout()
5911
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("F ");
in ncr_exception()
5929
if (DEBUG_FLAGS &
DEBUG_TINY
)
in ncr_exception()
6081
if (DEBUG_FLAGS &
DEBUG_TINY
) print
in ncr_int_sto()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
132
#define
DEBUG_TINY
(0x0080)
macro
4122
if (DEBUG_FLAGS &
DEBUG_TINY
) {
in ncr_queue_command()
4677
if (DEBUG_FLAGS &
DEBUG_TINY
)
in ncr_complete()
4750
if (DEBUG_FLAGS & (DEBUG_RESULT|
DEBUG_TINY
)) {
in ncr_complete()
4815
if (DEBUG_FLAGS & (DEBUG_RESULT|
DEBUG_TINY
)) {
in ncr_complete()
5611
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("{");
in ncr_timeout()
5613
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("}");
in ncr_timeout()
5745
if (DEBUG_FLAGS &
DEBUG_TINY
) printk ("F ");
in ncr_exception()
5763
if (DEBUG_FLAGS &
DEBUG_TINY
)
in ncr_exception()
5915
if (DEBUG_FLAGS &
DEBUG_TINY
) print
in ncr_int_sto()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
537
if (DEBUG_FLAGS &
DEBUG_TINY
) printf_debug ("[");
in sym53c8xx_intr()
543
if (DEBUG_FLAGS &
DEBUG_TINY
) printf_debug ("]\n");
in sym53c8xx_intr()
1108
uc->data |=
DEBUG_TINY
;
in sym_user_command()
H
A
D
sym_hipd.h
64
#define
DEBUG_TINY
(0x0080)
macro
H
A
D
sym_hipd.c
2228
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("T");
2474
if (DEBUG_FLAGS & (
DEBUG_TINY
|DEBUG_PHASE))
2823
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("F ");
2864
if (DEBUG_FLAGS &
DEBUG_TINY
)
4380
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("I#%d", num);
5370
if (DEBUG_FLAGS & (
DEBUG_TINY
|DEBUG_RESULT)) {
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
532
if (DEBUG_FLAGS &
DEBUG_TINY
) printf_debug ("[");
in sym53c8xx_intr()
538
if (DEBUG_FLAGS &
DEBUG_TINY
) printf_debug ("]\n");
in sym53c8xx_intr()
1103
uc->data |=
DEBUG_TINY
;
in sym_user_command()
H
A
D
sym_hipd.h
64
#define
DEBUG_TINY
(0x0080)
macro
H
A
D
sym_hipd.c
2228
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("T");
2474
if (DEBUG_FLAGS & (
DEBUG_TINY
|DEBUG_PHASE))
2823
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("F ");
2864
if (DEBUG_FLAGS &
DEBUG_TINY
)
4380
if (DEBUG_FLAGS &
DEBUG_TINY
) printf ("I#%d", num);
5369
if (DEBUG_FLAGS & (
DEBUG_TINY
|DEBUG_RESULT)) {
Completed in 34 milliseconds