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:MSG_EXTENDED
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
scsi_message.h
9
#define
MSG_EXTENDED
0x01 /* O/O */
macro
H
A
D
aic7xxx_core.c
3523
if (ahc->msgout_buf[index] ==
MSG_EXTENDED
) {
in ahc_sent_msg()
3606
case
MSG_EXTENDED
:
in ahc_parse_msg()
H
A
D
aic79xx_core.c
5028
if (ahd->msgout_buf[index] ==
MSG_EXTENDED
) {
in ahd_sent_msg()
5111
case
MSG_EXTENDED
:
in ahd_parse_msg()
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
nsp_cs.h
377
#define
MSG_EXTENDED
0x01
macro
H
A
D
nsp_cs.c
1231
data->MsgBuffer[i] =
MSG_EXTENDED
; i++;
in nspintr()
1260
data->MsgBuffer[0] ==
MSG_EXTENDED
&&
in nspintr()
1280
if (data->MsgBuffer[i] ==
MSG_EXTENDED
) {
in nspintr()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.h
186
#define
MSG_EXTENDED
0x01
macro
H
A
D
dc395x.c
1284
*ptr++ =
MSG_EXTENDED
; /* (01h) */
in build_sdtr()
1308
*ptr++ =
MSG_EXTENDED
; /* (01h) */
in build_wdtr()
Completed in 30 milliseconds