Home
last modified time | relevance | path

Searched refs:prev_found (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/zms/
Dzms.c836 int prev_found = 0; in zms_find_ate_with_id() local
858 prev_found = 1; in zms_find_ate_with_id()
868 return prev_found; in zms_find_ate_with_id()
1434 int prev_found = zms_find_ate_with_id(fs, id, wlk_addr, fs->ate_wra, &wlk_ate, &rd_addr); in zms_write() local
1435 if (prev_found < 0) { in zms_write()
1436 return prev_found; in zms_write()
1439 if (prev_found) { in zms_write()
1543 int prev_found = 0; in zms_read_hist() local
1574 prev_found = zms_find_ate_with_id(fs, id, wlk_addr, fs->ate_wra, &wlk_ate, in zms_read_hist()
1576 if (prev_found < 0) { in zms_read_hist()
[all …]
/Zephyr-latest/subsys/fs/nvs/
Dnvs.c1071 bool prev_found = false; in nvs_write() local
1111 prev_found = true; in nvs_write()
1123 if (prev_found) { in nvs_write()