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:IDENTIFY_BASE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi.h
141
#define
IDENTIFY_BASE
0x80
macro
142
#define IDENTIFY(can_disconnect, lun) (
IDENTIFY_BASE
|\
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi.h
204
#define
IDENTIFY_BASE
0x80
macro
205
#define IDENTIFY(can_disconnect, lun) (
IDENTIFY_BASE
|\
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mesh.c
1230
if (
IDENTIFY_BASE
<= code && code <=
IDENTIFY_BASE
+ 7) {
in handle_msgin()
1234
} else if (code != cmd->device->lun +
IDENTIFY_BASE
) {
in handle_msgin()
1237
"target %d\n", code -
IDENTIFY_BASE
,
in handle_msgin()
H
A
D
aha152x.c
1659
if(!(MSGI(0) &
IDENTIFY_BASE
)) {
in msgi_run()
1855
if (MSGO(MSGO_I) &
IDENTIFY_BASE
)
in msgo_run()
H
A
D
53c700.c
436
return
IDENTIFY_BASE
|
in NCR_700_identify()
H
A
D
dc395x.c
2818
if (srb->msgin_buf[0] &
IDENTIFY_BASE
) {
in msgin_phase0()
3026
if (!(rsel_tar_lun_id & (
IDENTIFY_BASE
<< 8)))
in reselect()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mesh.c
1224
if (
IDENTIFY_BASE
<= code && code <=
IDENTIFY_BASE
+ 7) {
in handle_msgin()
1228
} else if (code != cmd->device->lun +
IDENTIFY_BASE
) {
in handle_msgin()
1231
"target %d\n", code -
IDENTIFY_BASE
,
in handle_msgin()
H
A
D
aha152x.c
1699
if(!(MSGI(0) &
IDENTIFY_BASE
)) {
in msgi_run()
1900
if (MSGO(MSGO_I) &
IDENTIFY_BASE
)
in msgo_run()
H
A
D
53c700.c
435
return
IDENTIFY_BASE
|
in NCR_700_identify()
H
A
D
dc395x.c
2794
if (srb->msgin_buf[0] &
IDENTIFY_BASE
) {
in msgin_phase0()
3000
if (!(rsel_tar_lun_id & (
IDENTIFY_BASE
<< 8)))
in reselect()
H
A
D
FlashPoint.c
2892
else if ((message == NOP) || (message >=
IDENTIFY_BASE
) ||
in FPT_sdecm()
Completed in 37 milliseconds