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:no_uld_attach
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
linit.c
429
sdev->
no_uld_attach
= 1;
in aac_slave_configure()
435
&& !sdev->
no_uld_attach
) {
in aac_slave_configure()
453
&& !dev->
no_uld_attach
) {
in aac_slave_configure()
563
return snprintf(buf, PAGE_SIZE, sdev->
no_uld_attach
in aac_show_raid_level()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
linit.c
427
sdev->
no_uld_attach
= 1;
in aac_slave_configure()
433
&& !sdev->
no_uld_attach
) {
in aac_slave_configure()
451
&& !dev->
no_uld_attach
) {
in aac_slave_configure()
561
return snprintf(buf, PAGE_SIZE, sdev->
no_uld_attach
in aac_show_raid_level()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_device.h
188
unsigned
no_uld_attach
:1; /* disable connecting to upper level drivers */
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_device.h
221
unsigned
no_uld_attach
:1; /* disable connecting to upper level drivers */
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_scan.c
888
sdev->
no_uld_attach
= 1;
in scsi_add_lun()
H
A
D
scsi_sysfs.c
536
if (sdp->
no_uld_attach
)
in scsi_bus_match()
H
A
D
myrb.c
1755
sdev->
no_uld_attach
= 1;
in myrb_slave_configure()
H
A
D
myrs.c
1901
sdev->
no_uld_attach
= 1;
in myrs_slave_configure()
H
A
D
scsi_debug.c
5040
sdp->
no_uld_attach
= 1;
in scsi_debug_slave_configure()
H
A
D
ipr.c
4959
sdev->
no_uld_attach
= 1;
in ipr_slave_configure()
H
A
D
hpsa.c
2145
sdev->
no_uld_attach
= !sd || !sd->expose_device;
in hpsa_slave_configure()
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptspi.c
744
sdev->
no_uld_attach
= 1;
in mptspi_slave_alloc()
H
A
D
mptsas.c
1879
sdev->
no_uld_attach
= 1;
in mptsas_slave_alloc()
4210
sdev->
no_uld_attach
= data ? 1 : 0;
in mptsas_reprobe_lun()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptspi.c
744
sdev->
no_uld_attach
= 1;
in mptspi_slave_alloc()
H
A
D
mptsas.c
1907
sdev->
no_uld_attach
= 1;
in mptsas_slave_alloc()
4239
sdev->
no_uld_attach
= data ? 1 : 0;
in mptsas_reprobe_lun()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_scan.c
983
sdev->
no_uld_attach
= 1;
in scsi_add_lun()
H
A
D
scsi_sysfs.c
534
if (sdp->
no_uld_attach
)
in scsi_bus_match()
H
A
D
myrb.c
1727
sdev->
no_uld_attach
= 1;
in myrb_slave_configure()
H
A
D
myrs.c
1897
sdev->
no_uld_attach
= 1;
in myrs_slave_configure()
H
A
D
scsi_debug.c
5164
sdp->
no_uld_attach
= 1;
in scsi_debug_slave_configure()
H
A
D
ipr.c
4793
sdev->
no_uld_attach
= 1;
in ipr_slave_configure()
H
A
D
hpsa.c
2151
sdev->
no_uld_attach
= !sd || !sd->expose_device;
in hpsa_slave_configure()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
1895
sdev->
no_uld_attach
= 1;
in scsih_slave_alloc()
8023
* @
no_uld_attach
: sdev->
no_uld_attach
flag setting
8027
_scsih_reprobe_lun(struct scsi_device *sdev, void *
no_uld_attach
)
in _scsih_reprobe_lun()
argument
8029
sdev->
no_uld_attach
=
no_uld_attach
? 1 : 0;
in _scsih_reprobe_lun()
8031
sdev->
no_uld_attach
? "hiding" : "exposing");
in _scsih_reprobe_lun()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
2062
sdev->
no_uld_attach
= 1;
in scsih_slave_alloc()
8999
* @
no_uld_attach
: sdev->
no_uld_attach
flag setting
9003
_scsih_reprobe_lun(struct scsi_device *sdev, void *
no_uld_attach
)
in _scsih_reprobe_lun()
argument
9005
sdev->
no_uld_attach
=
no_uld_attach
? 1 : 0;
in _scsih_reprobe_lun()
9007
sdev->
no_uld_attach
? "hiding" : "exposing");
in _scsih_reprobe_lun()
Completed in 140 milliseconds