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_DISK
(Results
1 - 25
of
63
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_pscsi.c
372
* for
TYPE_DISK
and TYPE_ZBC using supplied udev_path
391
phv->phv_host_id, sd->type ==
TYPE_DISK
? "DISK" : "ZBC",
510
case
TYPE_DISK
:
in pscsi_configure_device()
568
* struct scsi_device with
TYPE_DISK
or TYPE_ZBC
in pscsi_destroy_device()
571
if ((sd->type ==
TYPE_DISK
|| sd->type == TYPE_ZBC) &&
in pscsi_destroy_device()
1005
if (pdv->pdv_sd->type ==
TYPE_DISK
||
in pscsi_execute_cmd()
H
A
D
target_core_spc.c
458
if ((dev->transport->get_device_type(dev) ==
TYPE_DISK
) &&
in spc_emulate_evpd_86()
947
case
TYPE_DISK
:
in spc_modesense_write_protect()
958
case
TYPE_DISK
:
in spc_modesense_dpofua()
1034
if (!dbd && type ==
TYPE_DISK
) {
in spc_emulate_modesense()
H
A
D
target_core_tpg.c
130
if (dev->transport->get_device_type(dev) ==
TYPE_DISK
)
in core_tpg_add_node_to_devs()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_pscsi.c
367
* for
TYPE_DISK
and TYPE_ZBC using supplied udev_path
386
phv->phv_host_id, sd->type ==
TYPE_DISK
? "DISK" : "ZBC",
505
case
TYPE_DISK
:
in pscsi_configure_device()
563
* struct scsi_device with
TYPE_DISK
or TYPE_ZBC
in pscsi_destroy_device()
566
if ((sd->type ==
TYPE_DISK
|| sd->type == TYPE_ZBC) &&
in pscsi_destroy_device()
966
if (pdv->pdv_sd->type ==
TYPE_DISK
||
in pscsi_execute_cmd()
H
A
D
target_core_spc.c
146
if (cmd->se_dev->transport->get_device_type(dev) ==
TYPE_DISK
)
in spc_emulate_inquiry_std()
486
if ((dev->transport->get_device_type(dev) ==
TYPE_DISK
) &&
in spc_emulate_evpd_86()
975
case
TYPE_DISK
:
in spc_modesense_write_protect()
986
case
TYPE_DISK
:
in spc_modesense_dpofua()
1062
if (!dbd && type ==
TYPE_DISK
) {
in spc_emulate_modesense()
H
A
D
target_core_tpg.c
131
if (dev->transport->get_device_type(dev) ==
TYPE_DISK
)
in core_tpg_add_node_to_devs()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
linit.c
417
if (aac->jbod && (sdev->type ==
TYPE_DISK
))
in aac_slave_configure()
420
if (sdev->type ==
TYPE_DISK
in aac_slave_configure()
433
&& sdev->type ==
TYPE_DISK
in aac_slave_configure()
451
&& dev->type ==
TYPE_DISK
in aac_slave_configure()
529
if (sdev->tagged_supported && (sdev->type ==
TYPE_DISK
) &&
in aac_change_queue_depth()
536
if (dev->tagged_supported && (dev->type ==
TYPE_DISK
) &&
in aac_change_queue_depth()
565
((aac->jbod && (sdev->type ==
TYPE_DISK
)) ? "JBOD\n" : ""));
in aac_show_raid_level()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
linit.c
415
if (aac->jbod && (sdev->type ==
TYPE_DISK
))
in aac_slave_configure()
418
if (sdev->type ==
TYPE_DISK
in aac_slave_configure()
431
&& sdev->type ==
TYPE_DISK
in aac_slave_configure()
449
&& dev->type ==
TYPE_DISK
in aac_slave_configure()
527
if (sdev->tagged_supported && (sdev->type ==
TYPE_DISK
) &&
in aac_change_queue_depth()
534
if (dev->tagged_supported && (dev->type ==
TYPE_DISK
) &&
in aac_change_queue_depth()
563
((aac->jbod && (sdev->type ==
TYPE_DISK
)) ? "JBOD\n" : ""));
in aac_show_raid_level()
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
platform.h
73
PS3_DEV_TYPE_STOR_DISK =
TYPE_DISK
, /* 0 */
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
platform.h
73
PS3_DEV_TYPE_STOR_DISK =
TYPE_DISK
, /* 0 */
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_proto.h
251
#define
TYPE_DISK
0x00
macro
259
* - treated as
TYPE_DISK
*/
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_proto.h
238
#define
TYPE_DISK
0x00
macro
246
* - treated as
TYPE_DISK
*/
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sd.c
96
MODULE_ALIAS_SCSI_DEVICE(
TYPE_DISK
);
variable
169
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in cache_type_store()
273
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in allow_restart_store()
413
if (sdp->type !=
TYPE_DISK
)
in provisioning_mode_store()
510
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in max_write_same_blocks_store()
2904
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in sd_read_app_tag_own()
3396
if (sdp->type !=
TYPE_DISK
&&
in sd_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sd.c
96
MODULE_ALIAS_SCSI_DEVICE(
TYPE_DISK
);
variable
148
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in cache_type_store()
327
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in allow_restart_store()
467
if (sdp->type !=
TYPE_DISK
)
in provisioning_mode_store()
564
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in max_write_same_blocks_store()
3009
if (sdp->type !=
TYPE_DISK
&& sdp->type != TYPE_ZBC)
in sd_read_app_tag_own()
3657
if (sdp->type !=
TYPE_DISK
&&
in sd_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
drivetemp.c
443
if (sdev->type !=
TYPE_DISK
&& sdev->type != TYPE_ZBC)
in drivetemp_identify()
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
scsiglue.c
147
if (sdev->type ==
TYPE_DISK
) {
in slave_configure()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
scsiglue.c
147
if (sdev->type ==
TYPE_DISK
) {
in slave_configure()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
drivetemp.c
442
if (sdev->type !=
TYPE_DISK
&& sdev->type != TYPE_ZBC)
in drivetemp_identify()
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H
A
D
scsi_dh_alua.c
275
if (sdev->type !=
TYPE_DISK
) {
in alua_check_tpgs()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
398
tgt->dev_type =
TYPE_DISK
;
in bnx2fc_init_tgt()
H
A
D
bnx2fc_hwi.c
1733
if ((dev_type ==
TYPE_DISK
) && (bd_count == 1)) {
in bnx2fc_init_task()
1815
if (dev_type ==
TYPE_DISK
) {
in bnx2fc_init_task()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
398
tgt->dev_type =
TYPE_DISK
;
in bnx2fc_init_tgt()
H
A
D
bnx2fc_hwi.c
1732
if ((dev_type ==
TYPE_DISK
) && (bd_count == 1)) {
in bnx2fc_init_task()
1814
if (dev_type ==
TYPE_DISK
) {
in bnx2fc_init_task()
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptscsih.c
2327
else if (sdev->type ==
TYPE_DISK
&&
in mptscsih_change_queue_depth()
3020
if (vdevice->vtarget->type !=
TYPE_DISK
|| vdevice->vtarget->deleted ||
in mptscsih_synchronize_cache()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptscsih.c
2326
else if (sdev->type ==
TYPE_DISK
&&
in mptscsih_change_queue_depth()
3019
if (vdevice->vtarget->type !=
TYPE_DISK
|| vdevice->vtarget->deleted ||
in mptscsih_synchronize_cache()
Completed in 42 milliseconds
1
2
3