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:req_boot_device
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
506
if (!ioc->
req_boot_device
.device) {
in _scsih_determine_boot_device()
513
ioc_info(ioc, "%s:
req_boot_device
(0x%016llx)\n",
in _scsih_determine_boot_device()
515
ioc->
req_boot_device
.device = device;
in _scsih_determine_boot_device()
516
ioc->
req_boot_device
.channel = channel;
in _scsih_determine_boot_device()
10310
if (ioc->
req_boot_device
.device) {
in _scsih_probe_boot_devices()
10311
device = ioc->
req_boot_device
.device;
in _scsih_probe_boot_devices()
10312
channel = ioc->
req_boot_device
.channel;
in _scsih_probe_boot_devices()
H
A
D
mpt3sas_base.h
1325
struct _boot_device
req_boot_device
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.h
1471
struct _boot_device
req_boot_device
;
member
H
A
D
mpt3sas_scsih.c
602
if (!ioc->
req_boot_device
.device) {
in _scsih_determine_boot_device()
609
ioc_info(ioc, "%s:
req_boot_device
(0x%016llx)\n",
in _scsih_determine_boot_device()
611
ioc->
req_boot_device
.device = device;
in _scsih_determine_boot_device()
612
ioc->
req_boot_device
.channel = channel;
in _scsih_determine_boot_device()
11439
if (ioc->
req_boot_device
.device) {
in _scsih_probe_boot_devices()
11440
device = ioc->
req_boot_device
.device;
in _scsih_probe_boot_devices()
11441
channel = ioc->
req_boot_device
.channel;
in _scsih_probe_boot_devices()
Completed in 43 milliseconds