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:drv_no
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth_proc.c
156
int no_mdrv = 0,
drv_no
, is_mirr;
in gdth_show_info()
local
343
drv_no
= i;
in gdth_show_info()
348
TRACE2(("cache_drv_info() drive no %d\n",
drv_no
));
in gdth_show_info()
355
gdtcmd->u.ioctl.channel =
drv_no
;
in gdth_show_info()
371
if (
drv_no
== i) {
in gdth_show_info()
374
drv_no
, hrec);
in gdth_show_info()
396
drv_no
& 0x7fff, hrec);
in gdth_show_info()
398
drv_no
= pcdi->ld_slave;
in gdth_show_info()
399
} while (
drv_no
!= -1);
in gdth_show_info()
482
TRACE2(("host_get()
drv_no
in gdth_show_info()
[all...]
H
A
D
gdth.c
1165
u32 bus_no, drv_cnt,
drv_no
, j;
in gdth_search_drives()
local
1342
drv_no
= ((u32 *)ha->pscratch)[j];
in gdth_search_drives()
1343
if (
drv_no
< MAX_LDRIVES) {
in gdth_search_drives()
1344
ha->hdr[
drv_no
].is_logdrv = TRUE;
in gdth_search_drives()
1345
TRACE2(("Drive %d is log. drive\n",
drv_no
));
in gdth_search_drives()
Completed in 8 milliseconds