ESP-IDF
vfs_null_ctx_t
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_ctx_t
vfs_null_ctx_t
Syntax
Show:
Summary
Declaration
from
nullfs.c:33
typedef
uint32_t
vfs_null_ctx_t
;
Examples
References
from
examples
Code
Location
Referrer
typedef
uint32_t
vfs_null_ctx_t
;
nullfs.c:33
static
vfs_null_ctx_t
g_fds
=
0
;
nullfs.c:55
g_fds
if
(
FD_IN_RANGE
(
fd
)
&&
WRITABLE
(
g_fds
,
fd
)
)
{
nullfs.c:109
vfs_null_write()
if
(
!
IS_FD_VALID
(
fd
)
)
{
nullfs.c:121
vfs_null_lseek()
if
(
FD_IN_RANGE
(
fd
)
&&
READABLE
(
g_fds
,
fd
)
)
{
nullfs.c:143
vfs_null_read()
if
(
!
FD_IN_RANGE
(
fd
)
||
!
READABLE
(
g_fds
,
fd
)
)
{
nullfs.c:159
vfs_null_pread()
if
(
!
FD_IN_RANGE
(
fd
)
||
!
WRITABLE
(
g_fds
,
fd
)
)
{
nullfs.c:175
vfs_null_pwrite()
for
(
int
i
=
0
;
i
<
VFS_NULL_MAX_FDS
;
i
++
)
{
nullfs.c:185
vfs_null_get_empty_fd()
if
(
!
FD_IN_RANGE
(
fd
)
)
{
nullfs.c:231
vfs_null_close()
if
(
!
FD_IN_RANGE
(
fd
)
)
{
nullfs.c:242
vfs_null_fstat()
if
(
!
FD_IN_RANGE
(
fd
)
)
{
nullfs.c:282
vfs_null_fcntl()
if
(
!
FD_IN_RANGE
(
fd
)
)
{
nullfs.c:298
vfs_null_ioctl()
if
(
!
FD_IN_RANGE
(
fd
)
)
{
nullfs.c:312
vfs_null_fsync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
g_fds
nullfs.c:55
Lifecycle
from
examples
All items filtered out
All items filtered out