Home
last modified time | relevance | path

Searched refs:lfs_emubd_create (Results 1 - 4 of 4) sorted by relevance

/third_party/littlefs/bd/
H A Dlfs_emubd.h164 int lfs_emubd_create(const struct lfs_config *cfg,
H A Dlfs_emubd.c97 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 Dtest_runner.c1368 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 Dbench_runner.c1340 int err = lfs_emubd_create(&cfg, &bdcfg); in perm_run()

Completed in 8 milliseconds