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_msg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.c
281
u8
identify_msg
;
member
1415
identify_message = dcb->
identify_msg
;
in start_scsi()
2821
srb->msgout_buf[0] = dcb->
identify_msg
;
in msgin_phase0()
2872
if (dcb->
identify_msg
& 0x07)
in set_xfer_rate()
3610
dcb->
identify_msg
=
in device_alloc()
3613
dcb->
identify_msg
= IDENTIFY(0, lun);
in device_alloc()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
dc395x.c
266
u8
identify_msg
;
member
1391
identify_message = dcb->
identify_msg
;
in start_scsi()
2797
srb->msgout_buf[0] = dcb->
identify_msg
;
in msgin_phase0()
2848
if (dcb->
identify_msg
& 0x07)
in set_xfer_rate()
3564
dcb->
identify_msg
=
in device_alloc()
3567
dcb->
identify_msg
= IDENTIFY(0, lun);
in device_alloc()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
2866
u_int
identify_msg
;
in ahc_setup_initiator_msgout()
local
2868
identify_msg
= MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
in ahc_setup_initiator_msgout()
2870
identify_msg
|= MSG_IDENTIFY_DISCFLAG;
in ahc_setup_initiator_msgout()
2871
ahc->msgout_buf[ahc->msgout_index++] =
identify_msg
;
in ahc_setup_initiator_msgout()
H
A
D
aic79xx_core.c
4403
u_int
identify_msg
;
in ahd_setup_initiator_msgout()
local
4405
identify_msg
= MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
in ahd_setup_initiator_msgout()
4407
identify_msg
|= MSG_IDENTIFY_DISCFLAG;
in ahd_setup_initiator_msgout()
4408
ahd->msgout_buf[ahd->msgout_index++] =
identify_msg
;
in ahd_setup_initiator_msgout()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
2864
u_int
identify_msg
;
in ahc_setup_initiator_msgout()
local
2866
identify_msg
= MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
in ahc_setup_initiator_msgout()
2868
identify_msg
|= MSG_IDENTIFY_DISCFLAG;
in ahc_setup_initiator_msgout()
2869
ahc->msgout_buf[ahc->msgout_index++] =
identify_msg
;
in ahc_setup_initiator_msgout()
H
A
D
aic79xx_core.c
4401
u_int
identify_msg
;
in ahd_setup_initiator_msgout()
local
4403
identify_msg
= MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
in ahd_setup_initiator_msgout()
4405
identify_msg
|= MSG_IDENTIFY_DISCFLAG;
in ahd_setup_initiator_msgout()
4406
ahd->msgout_buf[ahd->msgout_index++] =
identify_msg
;
in ahd_setup_initiator_msgout()
Completed in 51 milliseconds