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:SCMD_TAGGED
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_cmnd.h
57
#define
SCMD_TAGGED
(1 << 0)
macro
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_cmnd.h
52
#define
SCMD_TAGGED
(1 << 0)
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
53c700.c
1777
|| !(SCp->flags &
SCMD_TAGGED
))) {
in NCR_700_queuecommand_lck()
1805
if ((SCp->flags &
SCMD_TAGGED
)
in NCR_700_queuecommand_lck()
1819
if (!(SCp->flags &
SCMD_TAGGED
)
in NCR_700_queuecommand_lck()
H
A
D
scsi_transport_spi.c
1231
if (cmd->flags &
SCMD_TAGGED
) {
in spi_populate_tag_msg()
H
A
D
scsi_lib.c
1682
cmd->flags |=
SCMD_TAGGED
;
in scsi_queue_rq()
H
A
D
pmcraid.c
3399
if (scsi_cmd->flags &
SCMD_TAGGED
)
in pmcraid_queuecommand_lck()
H
A
D
ipr.c
6636
if (scsi_cmd->flags &
SCMD_TAGGED
)
in ipr_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
53c700.c
1774
|| !(SCp->flags &
SCMD_TAGGED
))) {
in NCR_700_queuecommand_lck()
1799
if ((SCp->flags &
SCMD_TAGGED
)
in NCR_700_queuecommand_lck()
1813
if (!(SCp->flags &
SCMD_TAGGED
)
in NCR_700_queuecommand_lck()
H
A
D
scsi_transport_spi.c
1231
if (cmd->flags &
SCMD_TAGGED
) {
in spi_populate_tag_msg()
H
A
D
scsi_lib.c
1752
cmd->flags |=
SCMD_TAGGED
;
in scsi_queue_rq()
H
A
D
pmcraid.c
3269
if (scsi_cmd->flags &
SCMD_TAGGED
)
in pmcraid_queuecommand_lck()
H
A
D
ipr.c
6310
if (scsi_cmd->flags &
SCMD_TAGGED
)
in ipr_queuecommand()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
1427
if (!(cmd->flags &
SCMD_TAGGED
)
in ahc_linux_run_command()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
1426
if (!(cmd->flags &
SCMD_TAGGED
)
in ahc_linux_run_command()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
1696
if (cmnd->flags &
SCMD_TAGGED
) {
in ibmvfc_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
1973
if (cmnd->flags &
SCMD_TAGGED
) {
in ibmvfc_queuecommand()
Completed in 110 milliseconds