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:sdev_bflags
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfad_im.h
186
* Macro to set the SCSI device
sdev_bflags
-
sdev_bflags
are used by the
190
*
sdev_bflags
for the scsi_device associated with LUN #0.
203
__sdev->
sdev_bflags
|= scan_flags; \
205
__sdev->
sdev_bflags
&= ~scan_flags; \
H
A
D
bfad_im.c
971
sdev->
sdev_bflags
|= BLIST_NOREPORTLUN |
in bfad_im_slave_alloc()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_devinfo.c
613
if (sdev->
sdev_bflags
)
in scsi_get_device_flags_keyed()
614
return sdev->
sdev_bflags
;
in scsi_get_device_flags_keyed()
H
A
D
virtio_scsi.c
674
sdevice->
sdev_bflags
= BLIST_TRY_VPD_PAGES;
in virtscsi_device_alloc()
H
A
D
scsi_error.c
542
if (sshdr.asc == 0x44 && sdev->
sdev_bflags
& BLIST_RETRY_ITF)
in scsi_check_sense()
545
sdev->
sdev_bflags
& BLIST_RETRY_ASC_C1)
in scsi_check_sense()
H
A
D
scsi_sysfs.c
1081
for (i = 0; i < sizeof(sdev->
sdev_bflags
) * BITS_PER_BYTE; i++) {
in sdev_show_blacklist()
1084
if (!(sdev->
sdev_bflags
& (__force blist_flags_t)BIT(i)))
in sdev_show_blacklist()
H
A
D
scsi_scan.c
983
sdev->
sdev_bflags
= *bflags;
in scsi_add_lun()
H
A
D
storvsc_drv.c
1531
sdevice->
sdev_bflags
= BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES;
in storvsc_device_alloc()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_devinfo.c
616
if (sdev->
sdev_bflags
)
in scsi_get_device_flags_keyed()
617
return sdev->
sdev_bflags
;
in scsi_get_device_flags_keyed()
H
A
D
virtio_scsi.c
680
sdevice->
sdev_bflags
= BLIST_TRY_VPD_PAGES;
in virtscsi_device_alloc()
H
A
D
scsi_sysfs.c
1083
for (i = 0; i < sizeof(sdev->
sdev_bflags
) * BITS_PER_BYTE; i++) {
in sdev_show_blacklist()
1086
if (!(sdev->
sdev_bflags
& (__force blist_flags_t)BIT(i)))
in sdev_show_blacklist()
H
A
D
scsi_error.c
616
if (sshdr.asc == 0x44 && sdev->
sdev_bflags
& BLIST_RETRY_ITF)
in scsi_check_sense()
619
sdev->
sdev_bflags
& BLIST_RETRY_ASC_C1)
in scsi_check_sense()
H
A
D
scsi_scan.c
1094
sdev->
sdev_bflags
= *bflags;
in scsi_add_lun()
H
A
D
storvsc_drv.c
1572
sdevice->
sdev_bflags
= BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES;
in storvsc_device_alloc()
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
scsiglue.c
87
sdev->
sdev_bflags
|= BLIST_FORCELUN;
in slave_alloc()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_device.h
150
blist_flags_t
sdev_bflags
; /* black/white flags as also found in
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_device.h
155
blist_flags_t
sdev_bflags
; /* black/white flags as also found in
member
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
scsiglue.c
87
sdev->
sdev_bflags
|= BLIST_FORCELUN;
in slave_alloc()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfad_im.c
971
sdev->
sdev_bflags
|= BLIST_NOREPORTLUN |
in bfad_im_slave_alloc()
H
A
D
bfad_bsg.c
2541
* Set the SCSI device
sdev_bflags
-
sdev_bflags
are used by the
2545
*
sdev_bflags
for the scsi_device associated with LUN #0.
2561
sdev->
sdev_bflags
|= scan_flags;
in bfad_reset_sdev_bflags()
2563
sdev->
sdev_bflags
&= ~scan_flags;
in bfad_reset_sdev_bflags()
Completed in 39 milliseconds