ESP-IDF
vfs_null_pread()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_null_pread()
vfs_null_pread() function
Syntax
Show:
Summary
Declaration
Definition
from
nullfs.c:60
static
ssize_t
vfs_null_pread
(
int
fd
,
void
*
data
,
size_t
size
,
off_t
offset
)
;
Implemented in
nullfs.c:151
Arguments
Argument
fd
data
size
offset
Examples
References
from
examples
Code
Location
static
int
vfs_null_pread
(
int
fd
,
void
*
data
,
size_t
size
,
off_t
offset
)
nullfs.c:151
static
ssize_t
vfs_null_pread
(
int
fd
,
void
*
data
,
size_t
size
,
off_t
offset
)
;
nullfs.c:60
.
pread
=
&
vfs_null_pread
,
nullfs.c:82
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_null_pread()
reads 2 variables:
vfs_null_flags_t::VFS_NULL_READ
g_fds
All items filtered out
vfs_null_pread()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out