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_ZBC
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sd.h
214
return sdkp->zoned == 1 || sdkp->device->type ==
TYPE_ZBC
;
in sd_is_zoned()
H
A
D
sd.c
99
MODULE_ALIAS_SCSI_DEVICE(
TYPE_ZBC
);
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()
510
if (sdp->type != TYPE_DISK && sdp->type !=
TYPE_ZBC
)
in max_write_same_blocks_store()
536
if (sdkp->device->type ==
TYPE_ZBC
)
in zoned_cap_show()
2904
if (sdp->type != TYPE_DISK && sdp->type !=
TYPE_ZBC
)
in sd_read_app_tag_own()
3028
if (sdkp->device->type ==
TYPE_ZBC
) {
in sd_read_block_characteristics()
3397
sdp->type !=
TYPE_ZBC
&&
in sd_probe()
3403
if (sdp->type ==
TYPE_ZBC
)
in sd_probe()
H
A
D
sd_zbc.c
555
if (sdkp->device->type !=
TYPE_ZBC
) {
in sd_zbc_check_zoned_characteristics()
H
A
D
hpsa.c
799
if (hdev->devtype == TYPE_DISK || hdev->devtype ==
TYPE_ZBC
)
in host_show_hp_ssd_smart_path_enabled()
866
if ((hdev->devtype == TYPE_DISK || hdev->devtype ==
TYPE_ZBC
) &&
in path_info_show()
1239
case
TYPE_ZBC
:
in hpsa_show_dev_msg()
1725
dev[j]->devtype !=
TYPE_ZBC
)
in hpsa_figure_phys_disk_ptrs()
1779
dev[i]->devtype !=
TYPE_ZBC
)
in hpsa_update_log_drive_phys_drive_ptrs()
3996
this_device->devtype ==
TYPE_ZBC
) &&
in hpsa_update_device_info()
4499
case
TYPE_ZBC
:
in hpsa_update_scsi_devices()
H
A
D
scsi_debug.c
5977
/* Cannot change from or to
TYPE_ZBC
with sysfs */
in ptype_store()
5978
if (sdebug_ptype ==
TYPE_ZBC
)
in ptype_store()
5982
if (n ==
TYPE_ZBC
)
in ptype_store()
6776
if (sdebug_ptype ==
TYPE_ZBC
) {
in scsi_debug_init()
6791
sdebug_ptype =
TYPE_ZBC
;
in scsi_debug_init()
/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
511
case
TYPE_ZBC
:
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()
1006
pdv->pdv_sd->type ==
TYPE_ZBC
)
in pscsi_execute_cmd()
/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
506
case
TYPE_ZBC
:
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()
967
pdv->pdv_sd->type ==
TYPE_ZBC
)
in pscsi_execute_cmd()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sd.h
240
return sdkp->zoned == 1 || sdkp->device->type ==
TYPE_ZBC
;
in sd_is_zoned()
H
A
D
sd.c
99
MODULE_ALIAS_SCSI_DEVICE(
TYPE_ZBC
);
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()
564
if (sdp->type != TYPE_DISK && sdp->type !=
TYPE_ZBC
)
in max_write_same_blocks_store()
590
if (sdkp->device->type ==
TYPE_ZBC
)
in zoned_cap_show()
3009
if (sdp->type != TYPE_DISK && sdp->type !=
TYPE_ZBC
)
in sd_read_app_tag_own()
3133
if (sdkp->device->type ==
TYPE_ZBC
) {
in sd_read_block_characteristics()
3658
sdp->type !=
TYPE_ZBC
&&
in sd_probe()
3663
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED) && sdp->type ==
TYPE_ZBC
) {
in sd_probe()
H
A
D
sd_zbc.c
649
if (sdkp->device->type !=
TYPE_ZBC
) {
in sd_zbc_check_zoned_characteristics()
H
A
D
hpsa.c
798
if (hdev->devtype == TYPE_DISK || hdev->devtype ==
TYPE_ZBC
)
in host_show_hp_ssd_smart_path_enabled()
865
if ((hdev->devtype == TYPE_DISK || hdev->devtype ==
TYPE_ZBC
) &&
in path_info_show()
1245
case
TYPE_ZBC
:
in hpsa_show_dev_msg()
1731
dev[j]->devtype !=
TYPE_ZBC
)
in hpsa_figure_phys_disk_ptrs()
1785
dev[i]->devtype !=
TYPE_ZBC
)
in hpsa_update_log_drive_phys_drive_ptrs()
3996
this_device->devtype ==
TYPE_ZBC
) &&
in hpsa_update_device_info()
4496
case
TYPE_ZBC
:
in hpsa_update_scsi_devices()
H
A
D
scsi_debug.c
6117
/* Cannot change from or to
TYPE_ZBC
with sysfs */
in ptype_store()
6118
if (sdebug_ptype ==
TYPE_ZBC
)
in ptype_store()
6122
if (n ==
TYPE_ZBC
)
in ptype_store()
6914
if (sdebug_ptype ==
TYPE_ZBC
) {
in scsi_debug_init()
6927
sdebug_ptype =
TYPE_ZBC
;
in scsi_debug_init()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_proto.h
266
#define
TYPE_ZBC
0x14
macro
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_proto.h
253
#define
TYPE_ZBC
0x14
macro
/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-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/ata/
H
A
D
libata-scsi.c
1906
hdr[0] =
TYPE_ZBC
;
in ata_scsiop_inq_std()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-scsi.c
1874
hdr[0] =
TYPE_ZBC
;
in ata_scsiop_inq_std()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
1662
device->devtype ==
TYPE_ZBC
)
in pqi_dev_info()
6415
device->devtype ==
TYPE_ZBC
) &&
in pqi_path_info_show()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
2041
device->devtype ==
TYPE_ZBC
)
in pqi_dev_info()
7241
device->devtype ==
TYPE_ZBC
) &&
in pqi_path_info_show()
Completed in 102 milliseconds