Searched refs:LFS_EMUBD_TRACE (Results 1 - 4 of 4) sorted by relevance
/third_party/littlefs/bd/ |
H A D | lfs_emubd.c | 99 LFS_EMUBD_TRACE("lfs_emubd_create(%p {.context=%p, " in lfs_emubd_create() 122 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", LFS_ERR_NOMEM); in lfs_emubd_create() 137 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", LFS_ERR_NOMEM); in lfs_emubd_create() 152 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", err); in lfs_emubd_create() 161 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", LFS_ERR_NOMEM); in lfs_emubd_create() 176 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", err); in lfs_emubd_create() 183 LFS_EMUBD_TRACE("lfs_emubd_create -> %d", 0); in lfs_emubd_create() 188 LFS_EMUBD_TRACE("lfs_emubd_destroy(%p)", (void*)cfg); in lfs_emubd_destroy() 207 LFS_EMUBD_TRACE("lfs_emubd_destroy -> %d", 0); in lfs_emubd_destroy() 217 LFS_EMUBD_TRACE("lfs_emubd_rea in lfs_emubd_read() [all...] |
H A D | lfs_emubd.h | 24 #ifndef LFS_EMUBD_TRACE 26 #define LFS_EMUBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro 28 #define LFS_EMUBD_TRACE(...) macro
|
/third_party/littlefs/runners/ |
H A D | bench_runner.h | 20 #define LFS_EMUBD_TRACE(...) LFS_TRACE_(__VA_ARGS__, "") macro
|
H A D | test_runner.h | 20 #define LFS_EMUBD_TRACE(...) LFS_TRACE_(__VA_ARGS__, "") macro
|
Completed in 2 milliseconds