Home
last modified time | relevance | path

Searched full:null (Results 1 – 9 of 9) sorted by relevance

/littlefs-2.7.6/
Dlfs.c155 NULL, rcache, diff, in lfs_bd_flush()
534 NULL, &lfs->rcache, sizeof(ntag), in lfs_dir_getslice()
562 NULL, &lfs->rcache, diff, in lfs_dir_getslice()
687 NULL, &lfs->rcache, sizeof(tag), in lfs_dir_traverse()
741 buffer, 0, 0xffffffff, NULL, 0, in lfs_dir_traverse()
786 NULL, &lfs->rcache, sizeof(revs[i]), in lfs_dir_fetchmatch()
823 NULL, &lfs->rcache, lfs->cfg->block_size, in lfs_dir_fetchmatch()
853 NULL, &lfs->rcache, lfs->cfg->block_size, in lfs_dir_fetchmatch()
894 NULL, &lfs->rcache, lfs->cfg->block_size, in lfs_dir_fetchmatch()
927 NULL, &lfs->rcache, lfs->cfg->block_size, in lfs_dir_fetchmatch()
[all …]
D.travis.yml28 -Duser_provided_block_device_read=NULL
29 -Duser_provided_block_device_prog=NULL
30 -Duser_provided_block_device_erase=NULL
31 -Duser_provided_block_device_sync=NULL
Dlfs_util.h252 return NULL; in lfs_malloc()
DSPEC.md24 representing a null block address.
226 invalid and can be used for null values.
Dlfs.h253 // Name of the file stored as a null-terminated string. Limited to
/littlefs-2.7.6/bd/
Dlfs_testbd.h97 // Note that filebd is used if a path is provided, if path is NULL
/littlefs-2.7.6/tests/
Dtest_evil.toml199 lfs_dir_commit(&lfs, &mdir, NULL, 0) => 0;
/littlefs-2.7.6/scripts/
Dexplode_asserts.py22 fflush(NULL);
Dtest.py497 tf.write(4*' '+'lfs_testbd_path = (argc > 3) ? argv[3] : NULL;\n')