Lines Matching +full:non +full:- +full:zero
2 * Copyright (c) 2017-2023 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
48 * Entry location is pointer to area (within fcb->f_sectors), and offset
70 #define FCB_ENTRY_FA_DATA_OFF(entry) (entry.fe_sector->fs_off +\
163 * @return 0 on success, non-zero on failure.
171 * contents for the entry, use loc->fe_sector and loc->fe_data_off with
180 * @return 0 on success, non-zero on failure.
190 * @return 0 on success, non-zero on failure.
202 * If cb wants to stop the walk, it should return non-zero value.
207 * @return 0 continue walking, non-zero stop walking.
219 * non-zero value.
224 * return-value), positive transferred form callback return-value
233 * If loc->fe_sector is set and loc->fe_elem_off is not 0 function fetches next
235 * If loc->fe_sector is NULL function fetches the oldest entry location within
236 * FCB storage. loc->fe_sector is set and loc->fe_elem_off is 0 function fetches
242 * @return 0 on success, non-zero on failure.
264 * @return 0 on success, non-zero on failure.
293 * @return 0 on there are any fcbs available; -ENOENT otherwise
302 * @return 0 on success; non-zero on failure
312 * @defgroup fcb_internal fcb non-API prototypes
324 * @param[in] len Read-out size.