Searched refs:LFS_TRACE (Results 1 – 7 of 7) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 5763 LFS_TRACE("lfs_format(%p, %p {.context=%p, " 5782 LFS_TRACE("lfs_format -> %d", err); 5793 LFS_TRACE("lfs_mount(%p, %p {.context=%p, " 5812 LFS_TRACE("lfs_mount -> %d", err); 5822 LFS_TRACE("lfs_unmount(%p)", (void*)lfs); 5826 LFS_TRACE("lfs_unmount -> %d", err); 5837 LFS_TRACE("lfs_remove(%p, \"%s\")", (void*)lfs, path); 5841 LFS_TRACE("lfs_remove -> %d", err); 5853 LFS_TRACE("lfs_rename(%p, \"%s\", \"%s\")", (void*)lfs, oldpath, newpath); 5857 LFS_TRACE("lfs_rename -> %d", err); [all …]
|
D | lfs_util.h | 53 #ifndef LFS_TRACE 57 #define LFS_TRACE(...) LFS_TRACE_(__VA_ARGS__, "") macro 59 #define LFS_TRACE(...)
|
/littlefs-3.7.0-3.6.0/bd/ |
D | lfs_filebd.h | 23 #define LFS_FILEBD_TRACE(...) LFS_TRACE(__VA_ARGS__)
|
D | lfs_rambd.h | 23 #define LFS_RAMBD_TRACE(...) LFS_TRACE(__VA_ARGS__)
|
D | lfs_emubd.h | 26 #define LFS_EMUBD_TRACE(...) LFS_TRACE(__VA_ARGS__)
|
/littlefs-3.7.0-3.6.0/runners/ |
D | bench_runner.h | 19 #define LFS_TRACE(...) LFS_TRACE_(__VA_ARGS__, "") macro
|
D | test_runner.h | 19 #define LFS_TRACE(...) LFS_TRACE_(__VA_ARGS__, "") macro
|