ESP-IDF
vfs_null_get_empty_fd()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_null_get_empty_fd()
vfs_null_get_empty_fd() function
Syntax
Show:
Summary
Declaration
from
nullfs.c:183
static
int
vfs_null_get_empty_fd
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
int
vfs_null_get_empty_fd
(
void
)
nullfs.c:183
int
fd
=
vfs_null_get_empty_fd
(
)
;
nullfs.c:207
vfs_null_open()
Call Tree
from
examples
vfs_null_get_empty_fd()
is called by 1 function:
vfs_null_open()
All items filtered out
vfs_null_get_empty_fd()
All items filtered out
Data Use
from
examples
vfs_null_get_empty_fd()
reads 2 variables:
vfs_null_flags_t::VFS_NULL_CLOSED
g_fds
All items filtered out
vfs_null_get_empty_fd()
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