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:to_ptr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/skas/
H
A
D
uaccess.c
139
unsigned long *
to_ptr
= arg, to = *
to_ptr
;
in copy_chunk_from_user()
local
142
*
to_ptr
+= len;
in copy_chunk_from_user()
179
char **
to_ptr
= arg, *to = *
to_ptr
;
in strncpy_chunk_from_user()
local
184
*
to_ptr
+= n;
in strncpy_chunk_from_user()
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H
A
D
uaccess.c
140
unsigned long *
to_ptr
= arg, to = *
to_ptr
;
in copy_chunk_from_user()
local
143
*
to_ptr
+= len;
in copy_chunk_from_user()
170
char **
to_ptr
= arg, *to = *
to_ptr
;
in strncpy_chunk_from_user()
local
175
*
to_ptr
+= n;
in strncpy_chunk_from_user()
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
error.rs
135
pub(crate) fn
to_ptr
<T>(self) -> *mut T {
270
/// pdev.
to_ptr
(),
/third_party/rust/crates/bindgen/bindgen/codegen/
H
A
D
mod.rs
384
fn
to_ptr
(self, is_const: bool) -> proc_macro2::TokenStream;
in to_ptr()
functions
388
fn
to_ptr
(self, is_const: bool) -> proc_macro2::TokenStream {
in to_ptr()
functions
1874
.
to_ptr
(true);
in codegen()
3709
TypeKind::NullPtr => Ok(c_void(ctx).
to_ptr
(true)),
in try_to_rust_ty()
3814
return Ok(void.
to_ptr
(/* is_const = */ false));
in try_to_rust_ty()
3865
Ok(ty.
to_ptr
(is_const))
in try_to_rust_ty()
4989
stream.
to_ptr
(ctx.resolve_type(t).is_const())
in fnsig_arguments()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
s3cmci.c
496
void __iomem *
to_ptr
;
in do_pio_write()
local
501
to_ptr
= host->base + host->sdidata;
in do_pio_write()
536
writel(*ptr++,
to_ptr
);
in do_pio_write()
Completed in 15 milliseconds