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:TYPE_TAPE
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_pscsi.c
327
* For
TYPE_TAPE
, attempt to determine blocksize with MODE_SENSE.
in pscsi_add_device_to_list()
329
if (sd->type ==
TYPE_TAPE
) {
in pscsi_add_device_to_list()
640
if (sd->type !=
TYPE_TAPE
|| !cmd->data_length)
in pscsi_complete_cmd()
645
*
TYPE_TAPE
. Since this value is dependent upon each tape media,
in pscsi_complete_cmd()
689
if (sd->type ==
TYPE_TAPE
&&
in pscsi_complete_cmd()
H
A
D
target_core_spc.c
58
if (dev->transport->get_device_type(dev) ==
TYPE_TAPE
)
in spc_emulate_inquiry_std()
948
case
TYPE_TAPE
:
in spc_modesense_write_protect()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_pscsi.c
322
* For
TYPE_TAPE
, attempt to determine blocksize with MODE_SENSE.
in pscsi_add_device_to_list()
324
if (sd->type ==
TYPE_TAPE
) {
in pscsi_add_device_to_list()
632
if (sd->type !=
TYPE_TAPE
|| !cmd->data_length)
in pscsi_complete_cmd()
637
*
TYPE_TAPE
. Since this value is dependent upon each tape media,
in pscsi_complete_cmd()
681
if (sd->type ==
TYPE_TAPE
&& valid_data &&
in pscsi_complete_cmd()
H
A
D
target_core_spc.c
80
if (dev->transport->get_device_type(dev) ==
TYPE_TAPE
)
in spc_emulate_inquiry_std()
976
case
TYPE_TAPE
:
in spc_modesense_write_protect()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
293
if (tgt->dev_type ==
TYPE_TAPE
) {
in bnx2fc_send_session_ofld_req()
749
if (tgt->dev_type !=
TYPE_TAPE
)
in bnx2fc_process_unsol_compl()
1585
if (tgt->dev_type ==
TYPE_TAPE
)
in bnx2fc_init_cleanup_task()
1650
if (tgt->dev_type ==
TYPE_TAPE
)
in bnx2fc_init_mp_task()
1762
if (dev_type ==
TYPE_TAPE
) {
in bnx2fc_init_task()
H
A
D
bnx2fc_tgt.c
395
tgt->dev_type =
TYPE_TAPE
;
in bnx2fc_init_tgt()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
293
if (tgt->dev_type ==
TYPE_TAPE
) {
in bnx2fc_send_session_ofld_req()
749
if (tgt->dev_type !=
TYPE_TAPE
)
in bnx2fc_process_unsol_compl()
1584
if (tgt->dev_type ==
TYPE_TAPE
)
in bnx2fc_init_cleanup_task()
1649
if (tgt->dev_type ==
TYPE_TAPE
)
in bnx2fc_init_mp_task()
1761
if (dev_type ==
TYPE_TAPE
) {
in bnx2fc_init_task()
H
A
D
bnx2fc_tgt.c
395
tgt->dev_type =
TYPE_TAPE
;
in bnx2fc_init_tgt()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_proto.h
252
#define
TYPE_TAPE
0x01
macro
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_proto.h
239
#define
TYPE_TAPE
0x01
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
atari_scsi.c
524
if (cmd->device->type ==
TYPE_TAPE
&& !(cmd->cmnd[1] & 1))
in falcon_classify_cmd()
H
A
D
hptiop.c
1162
if (sdev->type ==
TYPE_TAPE
)
in hptiop_slave_config()
H
A
D
st.c
97
MODULE_ALIAS_SCSI_DEVICE(
TYPE_TAPE
);
variable
4301
if (SDp->type !=
TYPE_TAPE
)
in st_probe()
H
A
D
hpsa.c
1253
case
TYPE_TAPE
:
in hpsa_show_dev_msg()
4511
case
TYPE_TAPE
:
in hpsa_update_scsi_devices()
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
scsiglue.c
110
} else if (sdev->type ==
TYPE_TAPE
) {
in slave_configure()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
scsiglue.c
110
} else if (sdev->type ==
TYPE_TAPE
) {
in slave_configure()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
atari_scsi.c
520
if (cmd->device->type ==
TYPE_TAPE
&& !(cmd->cmnd[1] & 1))
in falcon_classify_cmd()
H
A
D
hptiop.c
1156
if (sdev->type ==
TYPE_TAPE
)
in hptiop_slave_config()
H
A
D
st.c
98
MODULE_ALIAS_SCSI_DEVICE(
TYPE_TAPE
);
variable
4269
if (SDp->type !=
TYPE_TAPE
)
in st_probe()
H
A
D
hpsa.c
1259
case
TYPE_TAPE
:
in hpsa_show_dev_msg()
4508
case
TYPE_TAPE
:
in hpsa_update_scsi_devices()
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptspi.c
149
if (sdev->type ==
TYPE_TAPE
&&
in mptspi_setTargetNegoParms()
909
if (sdev && sdev->type ==
TYPE_TAPE
) {
in mptspi_write_spi_device_pg1()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptspi.c
149
if (sdev->type ==
TYPE_TAPE
&&
in mptspi_setTargetNegoParms()
909
if (sdev && sdev->type ==
TYPE_TAPE
) {
in mptspi_write_spi_device_pg1()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
2701
(atapi_command_packet_set(id) ==
TYPE_TAPE
)) {
in ata_dev_configure()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
3042
(atapi_command_packet_set(id) ==
TYPE_TAPE
)) {
in ata_dev_configure()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
1443
if (scp->device->type ==
TYPE_TAPE
) {
in megasas_build_dcdb()
Completed in 109 milliseconds
1
2