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:dresp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
aachba.c
457
struct aac_get_container_count_resp *
dresp
;
in aac_get_containers()
local
475
dresp
= (struct aac_get_container_count_resp *)fib_data(fibptr);
in aac_get_containers()
476
maximum_num_containers = le32_to_cpu(
dresp
->ContainerSwitchEntries);
in aac_get_containers()
480
le32_to_cpu(
dresp
->MaxSimpleVolumes);
in aac_get_containers()
648
struct aac_mount *
dresp
= (struct aac_mount *) fib_data(fibptr);
in _aac_probe_container2()
local
655
if ((le32_to_cpu(
dresp
->status) == ST_OK) &&
in _aac_probe_container2()
656
(le32_to_cpu(
dresp
->mnt[0].vol) != CT_NONE) &&
in _aac_probe_container2()
657
(le32_to_cpu(
dresp
->mnt[0].state) != FSCS_HIDDEN)) {
in _aac_probe_container2()
659
dresp
->mnt[0].fileinfo.bdevinfo.block_size = 0x200;
in _aac_probe_container2()
663
le32_to_cpu(
dresp
in _aac_probe_container2()
696
struct aac_mount *
dresp
;
_aac_probe_container1()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
aachba.c
457
struct aac_get_container_count_resp *
dresp
;
in aac_get_containers()
local
475
dresp
= (struct aac_get_container_count_resp *)fib_data(fibptr);
in aac_get_containers()
476
maximum_num_containers = le32_to_cpu(
dresp
->ContainerSwitchEntries);
in aac_get_containers()
480
le32_to_cpu(
dresp
->MaxSimpleVolumes);
in aac_get_containers()
636
struct aac_mount *
dresp
= (struct aac_mount *) fib_data(fibptr);
in _aac_probe_container2()
local
643
if ((le32_to_cpu(
dresp
->status) == ST_OK) &&
in _aac_probe_container2()
644
(le32_to_cpu(
dresp
->mnt[0].vol) != CT_NONE) &&
in _aac_probe_container2()
645
(le32_to_cpu(
dresp
->mnt[0].state) != FSCS_HIDDEN)) {
in _aac_probe_container2()
647
dresp
->mnt[0].fileinfo.bdevinfo.block_size = 0x200;
in _aac_probe_container2()
651
le32_to_cpu(
dresp
in _aac_probe_container2()
684
struct aac_mount *
dresp
;
_aac_probe_container1()
local
[all...]
Completed in 5 milliseconds