Searched refs:lfs_emubd_create (Results 1 - 4 of 4) sorted by relevance
/third_party/littlefs/bd/ |
H A D | lfs_emubd.h | 164 int lfs_emubd_create(const struct lfs_config *cfg,
|
H A D | lfs_emubd.c | 97 int lfs_emubd_create(const struct lfs_config *cfg, in lfs_emubd_create() function 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()
|
/third_party/littlefs/runners/ |
H A D | test_runner.c | 1368 int err = lfs_emubd_create(&cfg, &bdcfg); in run_powerloss_none() 1448 int err = lfs_emubd_create(&cfg, &bdcfg); in run_powerloss_linear() 1541 int err = lfs_emubd_create(&cfg, &bdcfg); in run_powerloss_log() 1632 int err = lfs_emubd_create(&cfg, &bdcfg); in run_powerloss_cycles() 1820 int err = lfs_emubd_create(&cfg, &bdcfg); in run_powerloss_exhaustive()
|
H A D | bench_runner.c | 1340 int err = lfs_emubd_create(&cfg, &bdcfg); in perm_run()
|
Completed in 8 milliseconds