ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
vfs.c:35
static
const
char
*
TAG
=
"vfs"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"vfs"
;
vfs.c:35
ESP_LOGE
(
TAG
,
"Cannot minify NULL VFS"
)
;
vfs.c:311
esp_vfs_make_fs_ops()
ESP_LOGE
(
TAG
,
"Cannot minify VFS to NULL"
)
;
vfs.c:316
esp_vfs_make_fs_ops()
ESP_LOGE
(
TAG
,
"VFS is NULL"
)
;
vfs.c:401
esp_vfs_register_fs_common()
ESP_LOGE
(
TAG
,
"VFS is NULL"
)
;
vfs.c:456
esp_vfs_register_fs()
ESP_LOGE
(
TAG
,
"VFS is NULL"
)
;
vfs.c:481
esp_vfs_register_common()
ESP_LOGE
(
TAG
,
"ESP_VFS_FLAG_STATIC is not supported for esp_vfs_t, use esp_vfs_register_fs instead"
)
;
vfs.c:486
esp_vfs_register_common()
ESP_LOGD
(
TAG
,
"Invalid arguments: esp_vfs_register_fd_range(0x%x, 0x%x, %d, %d)"
,
(
int
)
vfs
,
(
int
)
ctx
,
min_fd
,
max_fd
)
;
vfs.c:513
esp_vfs_register_fd_range()
ESP_LOGD
(
TAG
,
"esp_vfs_register_fd_range cannot set fd %d (used by other VFS)"
,
i
)
;
vfs.c:532
esp_vfs_register_fd_range()
ESP_LOGW
(
TAG
,
"esp_vfs_register_fd_range is successful for range <%d; %d) and VFS ID %d"
,
min_fd
,
max_fd
,
index
)
;
vfs.c:541
esp_vfs_register_fd_range()
ESP_LOGD
(
TAG
,
"Invalid arguments for esp_vfs_register_fd_with_local_fd(%d, %d, %d, 0x%p)"
,
vfs.c:617
esp_vfs_register_fd_with_local_fd()
ESP_LOGD
(
TAG
,
"esp_vfs_register_fd_with_local_fd(%d, %d, %d, 0x%p) finished with %s"
,
vfs.c:640
esp_vfs_register_fd_with_local_fd()
ESP_LOGD
(
TAG
,
"Invalid arguments for esp_vfs_unregister_fd(%d, %d)"
,
vfs_id
,
fd
)
;
vfs.c:651
esp_vfs_unregister_fd()
ESP_LOGD
(
TAG
,
"esp_vfs_unregister_fd(%d, %d) finished with %s"
,
vfs_id
,
fd
,
esp_err_to_name
(
ret
)
)
;
vfs.c:663
esp_vfs_unregister_fd()
ESP_LOGD
(
TAG
,
"end_select failed: %s"
,
esp_err_to_name
(
err
)
)
;
vfs.c:1358
call_end_selects()
ESP_LOGD
(
TAG
,
"FD %d in readfds was set from VFS ID %d"
,
fd
,
i
)
;
vfs.c:1380
set_global_fd_sets()
ESP_LOGD
(
TAG
,
"FD %d in writefds was set from VFS ID %d"
,
fd
,
i
)
;
vfs.c:1385
set_global_fd_sets()
ESP_LOGD
(
TAG
,
"FD %d in errorfds was set from VFS ID %d"
,
fd
,
i
)
;
vfs.c:1390
set_global_fd_sets()
ESP_LOGD
(
TAG
,
"FDs in %s ="
,
fds_name
)
;
vfs.c:1405
esp_vfs_log_fd_set()
ESP_LOGD
(
TAG
,
"%d"
,
i
)
;
vfs.c:1408
esp_vfs_log_fd_set()
ESP_LOGD
(
TAG
,
"esp_vfs_select starts with nfds = %d"
,
nfds
)
;
vfs.c:1421
esp_vfs_select()
ESP_LOGD
(
TAG
,
"timeout is %lds + %ldus"
,
(
long
)
timeout
->
tv_sec
,
timeout
->
tv_usec
)
;
vfs.c:1423
esp_vfs_select()
ESP_LOGD
(
TAG
,
"incorrect nfds"
)
;
vfs.c:1430
esp_vfs_select()
ESP_LOGD
(
TAG
,
"calloc is unsuccessful"
)
;
vfs.c:1442
esp_vfs_select()
ESP_LOGD
(
TAG
,
"removing %d from readfds and adding as local FD %d to fd_set of VFS ID %d"
,
fd
,
local_fd
,
vfs_index
)
;
vfs.c:1485
esp_vfs_select()
ESP_LOGD
(
TAG
,
"removing %d from writefds and adding as local FD %d to fd_set of VFS ID %d"
,
fd
,
local_fd
,
vfs_index
)
;
vfs.c:1491
esp_vfs_select()
ESP_LOGD
(
TAG
,
"removing %d from errorfds and adding as local FD %d to fd_set of VFS ID %d"
,
fd
,
local_fd
,
vfs_index
)
;
vfs.c:1497
esp_vfs_select()
ESP_LOGD
(
TAG
,
"cannot create select semaphore"
)
;
vfs.c:1512
esp_vfs_select()
ESP_LOGD
(
TAG
,
"calloc is unsuccessful for driver args"
)
;
vfs.c:1522
esp_vfs_select()
ESP_LOGD
(
TAG
,
"start_select function callback for this vfs (s_vfs[%d]) is not defined"
,
vfs
->
offset
)
;
vfs.c:1531
esp_vfs_select()
ESP_LOGD
(
TAG
,
"calling start_select for VFS ID %d with the following local FDs"
,
i
)
;
vfs.c:1541
esp_vfs_select()
ESP_LOGD
(
TAG
,
"start_select failed: %s"
,
esp_err_to_name
(
err
)
)
;
vfs.c:1560
esp_vfs_select()
ESP_LOGD
(
TAG
,
"calling socket_select with the following FDs"
)
;
vfs.c:1566
esp_vfs_select()
ESP_LOGD
(
TAG
,
"socket_select returned %d and the FDs are the following"
,
ret
)
;
vfs.c:1571
esp_vfs_select()
ESP_LOGD
(
TAG
,
"timeout is %"
PRIu32
"ms"
,
timeout_ms
)
;
vfs.c:1596
esp_vfs_select()
ESP_LOGD
(
TAG
,
"waiting without calling socket_select"
)
;
vfs.c:1598
esp_vfs_select()
ESP_LOGD
(
TAG
,
"esp_vfs_select returns %d"
,
ret
)
;
vfs.c:1629
esp_vfs_select()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 11 functions:
All items filtered out
TAG
esp_vfs_make_fs_ops()
esp_vfs_register_fs_common()
esp_vfs_register_fs()
esp_vfs_register_common()
esp_vfs_register_fd_range()
esp_vfs_register_fd_with_local_fd()
esp_vfs_unregister_fd()
call_end_selects()
set_global_fd_sets()
esp_vfs_log_fd_set()
esp_vfs_select()
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