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
defs:iov_base
(Results
1 - 25
of
39
) sorted by relevance
1
2
/third_party/ltp/include/lapi/
H
A
D
iovec.h
13
void *
iov_base
;
member
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H
A
D
uio.h
44
void *
iov_base
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
uio.h
19
void __user *
iov_base
; /* BSD uses caddr_t (1003.1g requires void *) */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
uio.h
19
void __user *
iov_base
; /* BSD uses caddr_t (1003.1g requires void *) */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
uio.h
24
void __user *
iov_base
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
uio.h
12
void __user *
iov_base
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
uio.h
24
void __user *
iov_base
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H
A
D
socket_app.h
72
void *
iov_base
;
member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
types.h
62
struct iovec { void *
iov_base
; size_t iov_len; };
member
/kernel/linux/linux-5.10/drivers/staging/kpc2000/kpc_dma/
H
A
D
fileops.c
19
unsigned int count_pages(unsigned long
iov_base
, size_t iov_len)
in count_pages()
argument
34
kpc_dma_transfer(struct dev_private_data *priv, unsigned long
iov_base
, size_t iov_len)
kpc_dma_transfer()
argument
/kernel/linux/linux-5.10/include/linux/
H
A
D
uio.h
16
void *
iov_base
; /* and that should *never* hold a userland pointer */
member
/third_party/node/deps/cares/src/lib/
H
A
D
ares__socket.c
433
void *
iov_base
; /* Pointer to data. */
member
/third_party/node/deps/base64/base64/bin/
H
A
D
base64.c
80
void *
iov_base
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
uio.h
18
void *
iov_base
; /* and that should *never* hold a userland pointer */
member
/third_party/nghttp2/src/
H
A
D
memchunk.h
34
void *
iov_base
; /* Pointer to data. */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/scsi/
H
A
D
sg.h
60
void *
iov_base
;
member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
af_ninet.c
631
__ninet_ioctl_cmd(struct socket *sock, unsigned int cmd, void __user *
iov_base
, __kernel_size_t iov_len)
__ninet_ioctl_cmd()
argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
tls.c
576
char *
iov_base
[1024];
in TEST_F()
local
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H
A
D
sg.h
60
void *
iov_base
;
member
/third_party/musl/porting/uniproton/kernel/include/scsi/
H
A
D
sg.h
60
void *
iov_base
;
member
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H
A
D
sg.h
60
void *
iov_base
;
member
/third_party/musl/include/scsi/
H
A
D
sg.h
60
void *
iov_base
;
member
/kernel/linux/linux-5.10/include/scsi/
H
A
D
sg.h
39
void __user *
iov_base
; /* Starting address */
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
sg.h
35
void __user *
iov_base
; /* Starting address */
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
tls.c
905
char *
iov_base
[1024];
in TEST_F()
local
[all...]
Completed in 20 milliseconds
1
2