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:pthru32
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_mm.c
358
mraid_passthru_t *
pthru32
;
in mimd_to_kioc()
local
474
pthru32
= kioc->
pthru32
;
in mimd_to_kioc()
478
if (copy_from_user(
pthru32
, kioc->user_pthru,
in mimd_to_kioc()
483
pthru32
->dataxferaddr = kioc->buf_paddr;
in mimd_to_kioc()
485
if (
pthru32
->dataxferlen > kioc->xferlen)
in mimd_to_kioc()
488
pthru32
->dataxferlen)) {
in mimd_to_kioc()
614
memset((caddr_t) kioc->
pthru32
, 0, sizeof(mraid_passthru_t));
in mraid_mm_alloc_kioc()
850
kpthru32 = kioc->
pthru32
;
in kioc_to_mimd()
971
kioc->
pthru32
in mraid_mm_register_adp()
[all...]
H
A
D
megaraid_ioctl.h
102
* @
pthru32
: kernel address passthru (allocated per kioc)
103
* @pthru32_h : physicall address of @
pthru32
138
mraid_passthru_t *
pthru32
;
member
H
A
D
mbox_defs.h
250
mraid_passthru_t
pthru32
;
member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_mm.c
358
mraid_passthru_t *
pthru32
;
in mimd_to_kioc()
local
474
pthru32
= kioc->
pthru32
;
in mimd_to_kioc()
478
if (copy_from_user(
pthru32
, kioc->user_pthru,
in mimd_to_kioc()
483
pthru32
->dataxferaddr = kioc->buf_paddr;
in mimd_to_kioc()
485
if (
pthru32
->dataxferlen > kioc->xferlen)
in mimd_to_kioc()
488
pthru32
->dataxferlen)) {
in mimd_to_kioc()
614
memset((caddr_t) kioc->
pthru32
, 0, sizeof(mraid_passthru_t));
in mraid_mm_alloc_kioc()
850
kpthru32 = kioc->
pthru32
;
in kioc_to_mimd()
971
kioc->
pthru32
in mraid_mm_register_adp()
[all...]
H
A
D
megaraid_ioctl.h
102
* @
pthru32
: kernel address passthru (allocated per kioc)
103
* @pthru32_h : physicall address of @
pthru32
138
mraid_passthru_t *
pthru32
;
member
H
A
D
mbox_defs.h
250
mraid_passthru_t
pthru32
;
member
Completed in 7 milliseconds