ESP-IDF
vfs_null_open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_open()
vfs_null_open() function
Syntax
Show:
Summary
Declaration
Definition
from
nullfs.c:62
static
int
vfs_null_open
(
const
char
*
path
,
int
flags
,
int
mode
)
;
Implemented in
nullfs.c:194
Arguments
Argument
path
flags
mode
Examples
References
from
examples
Code
Location
static
int
vfs_null_open
(
const
char
*
path
,
int
flags
,
int
mode
)
nullfs.c:194
static
int
vfs_null_open
(
const
char
*
path
,
int
flags
,
int
mode
)
;
nullfs.c:62
.
open
=
&
vfs_null_open
,
nullfs.c:84
Call Tree
from
examples
vfs_null_open()
calls 1 function:
All items filtered out
vfs_null_open()
vfs_null_get_empty_fd()
All items filtered out
Data Use
from
examples
vfs_null_open()
reads 3 variables and writes 1 variable:
vfs_null_flags_t::VFS_NULL_READ
vfs_null_flags_t::VFS_NULL_WRITE
g_fds
All items filtered out
vfs_null_open()
g_fds
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