| /Zephyr-latest/subsys/fs/ext2/ | 
| D | ext2_bitmap.c | 23 	uint32_t off = index % 8;  in ext2_bitmap_set()  local44 	uint32_t off = index % 8;  in ext2_bitmap_unset()  local
 66 			int off = find_lsb_set(~bm[i]) - 1;  in ext2_bitmap_find_free()  local
 
 | 
| /Zephyr-latest/subsys/storage/flash_map/ | 
| D | flash_map.c | 56 int flash_area_read(const struct flash_area *fa, off_t off, void *dst,  in flash_area_read()66 int flash_area_write(const struct flash_area *fa, off_t off, const void *src,  in flash_area_write()
 76 int flash_area_erase(const struct flash_area *fa, off_t off, size_t len)  in flash_area_erase()
 85 int flash_area_flatten(const struct flash_area *fa, off_t off, size_t len)  in flash_area_flatten()
 
 | 
| D | flash_map_priv.h | 34 					   off_t off, size_t len)  in is_in_flash_area_bounds()
 | 
| /Zephyr-latest/drivers/spi/ | 
| D | spi_dw.h | 67 static uint32_t aux_reg_read(uint8_t size, mm_reg_t addr, uint32_t off)  in aux_reg_read()73 static void aux_reg_write(uint8_t size, uint32_t data, mm_reg_t addr, uint32_t off)  in aux_reg_write()
 79 static void aux_reg_set_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in aux_reg_set_bit()
 84 static void aux_reg_clear_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in aux_reg_clear_bit()
 89 static int aux_reg_test_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in aux_reg_test_bit()
 96 static uint32_t reg_read(uint8_t size, mm_reg_t addr, uint32_t off)  in reg_read()
 110 static void reg_write(uint8_t size, uint32_t data, mm_reg_t addr, uint32_t off)  in reg_write()
 124 static void reg_set_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in reg_set_bit()
 129 static void reg_clear_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in reg_clear_bit()
 134 static int reg_test_bit(uint8_t bit, mm_reg_t addr, uint32_t off)  in reg_test_bit()
 
 | 
| /Zephyr-latest/drivers/mspi/ | 
| D | mspi_dw.h | 173 static uint32_t aux_reg_read(const struct device *dev, uint32_t off)  in aux_reg_read()177 static void aux_reg_write(uint32_t data, const struct device *dev, uint32_t off)  in aux_reg_write()
 184 static uint32_t reg_read(const struct device *dev, uint32_t off)  in reg_read()
 188 static void reg_write(uint32_t data, const struct device *dev, uint32_t off)  in reg_write()
 198 #define DEFINE_MM_REG_RD(reg, off) \  argument
 201 #define DEFINE_MM_REG_WR(reg, off) \  argument
 209 #define DEFINE_MM_REG_RD(reg, off) \  argument
 212 #define DEFINE_MM_REG_WR(reg, off) \  argument
 227 #define DEFINE_MM_REG_RD(reg, off) \  argument
 233 #define DEFINE_MM_REG_WR(reg, off) \  argument
 
 | 
| /Zephyr-latest/drivers/pwm/ | 
| D | pwm_mchp_xec.c | 62 	uint32_t off;  member110 static uint32_t xec_compute_frequency(uint32_t clk, uint32_t on, uint32_t off)  in xec_compute_frequency()
 135 			       uint32_t *on, uint32_t *off)  in xec_compute_on_off()
 145 static uint32_t xec_compute_dc(uint32_t on, uint32_t off)  in xec_compute_dc()
 190 					  uint32_t *on, uint32_t *off)  in xec_select_best_div_on_off()
 244 					   uint32_t on, uint32_t off)  in xec_compute_and_set_parameters()
 324 	uint32_t on, off;  in pwm_xec_set_cycles()  local
 
 | 
| /Zephyr-latest/subsys/settings/src/ | 
| D | settings_line.c | 180 	off_t off;  in settings_line_raw_read_until()  local242 int settings_line_val_read(off_t val_off, off_t off, char *out, size_t len_req,  in settings_line_val_read()
 311 void settings_line_io_init(int (*read_cb)(void *ctx, off_t off, char *buf,  in settings_line_io_init()
 333 	off_t off = 0;  in settings_line_cmp()  local
 364 				off_t off, void *cb_arg)  in settings_line_dup_check_cb()
 407 int settings_line_load_cb(const char *name, void *val_read_cb_ctx, off_t off,  in settings_line_load_cb()
 
 | 
| D | settings_fcb.c | 138 static int read_entry_len(const struct fcb_entry_ctx *entry_ctx, off_t off)  in read_entry_len()199 static int read_handler(void *ctx, off_t off, char *buf, size_t *len)  in read_handler()
 314 static int write_handler(void *ctx, off_t off, char const *buf, size_t len)  in write_handler()
 
 | 
| D | settings_priv.h | 37 	off_t off;  member
 | 
| D | settings_file.c | 106 static int read_entry_len(const struct line_entry_ctx *entry_ctx, off_t off)  in read_entry_len()446 static int read_handler(void *ctx, off_t off, char *buf, size_t *len)  in read_handler()
 489 static int write_handler(void *ctx, off_t off, char const *buf, size_t len)  in write_handler()
 
 | 
| /Zephyr-latest/subsys/fs/fcb/ | 
| D | fcb_elem_info.c | 27 	uint32_t off;  in fcb_elem_crc8()  local125 	off_t off;  in fcb_elem_info()  local
 
 | 
| D | fcb_append.c | 125 	off_t off;  in fcb_append_finish()  local
 | 
| D | fcb.c | 32 int fcb_flash_read(const struct fcb *fcbp, const struct flash_sector *sector, off_t off,  in fcb_flash_read()54 int fcb_flash_write(const struct fcb *fcbp, const struct flash_sector *sector, off_t off,  in fcb_flash_write()
 
 | 
| /Zephyr-latest/subsys/stats/ | 
| D | stats_shell.c | 10 static int stats_cb(struct stats_hdr *hdr, void *arg, const char *name, uint16_t off)  in stats_cb()
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ | 
| D | fs_mgmt.c | 86 	size_t off;  member174 static bool fs_mgmt_file_rsp(zcbor_state_t *zse, int rc, uint64_t off)  in fs_mgmt_file_rsp()
 208 	uint64_t off = ULLONG_MAX;  in fs_mgmt_file_download()  local
 354 	unsigned long long off = ULLONG_MAX;  in fs_mgmt_file_upload()  local
 657 	uint64_t off = 0;  in fs_mgmt_file_hash_checksum()  local
 
 | 
| /Zephyr-latest/include/zephyr/net/http/ | 
| D | parser_url.h | 58 		uint16_t off;               /* Offset into buffer in which field  member
 | 
| /Zephyr-latest/lib/utils/ | 
| D | bitarray.c | 324 	size_t idx, off;  in sys_bitarray_set_bit()  local352 	size_t idx, off;  in sys_bitarray_clear_bit()  local
 380 	size_t idx, off;  in sys_bitarray_test_bit()  local
 417 	size_t idx, off;  in sys_bitarray_test_and_set_bit()  local
 456 	size_t idx, off;  in sys_bitarray_test_and_clear_bit()  local
 
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/ | 
| D | stat_mgmt.c | 31 stats_mgmt_count_plus_one(struct stats_hdr *hdr, void *arg, const char *name, uint16_t off)  in stats_mgmt_count_plus_one()63 stat_mgmt_walk_cb(struct stats_hdr *hdr, void *arg, const char *name, uint16_t off)  in stat_mgmt_walk_cb()
 
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | device_io.c | 86 	size_t off = (size_t)offset;  in pread()  local104 	size_t off = (size_t)offset;  in pwrite()  local
 
 | 
| D | mmap.c | 49 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off)  in mmap()
 | 
| /Zephyr-latest/subsys/testsuite/coverage/ | 
| D | coverage.c | 63 static inline void write_u64(void *buffer, size_t *off, uint64_t v)  in write_u64()77 static inline void write_u32(void *buffer, size_t *off, uint32_t v)  in write_u32()
 
 | 
| /Zephyr-latest/subsys/fs/ | 
| D | littlefs_fs.c | 175 			lfs_off_t off, void *buffer, lfs_size_t size)  in lfs_api_read()186 			lfs_off_t off, const void *buffer, lfs_size_t size)  in lfs_api_prog()
 209 			    lfs_off_t off, void *buffer, lfs_size_t size)  in lfs_api_read_blk()
 219 			    lfs_off_t off, const void *buffer, lfs_size_t size)  in lfs_api_prog_blk()
 236 			    lfs_off_t off, void *buffer, lfs_size_t size)  in lfs_api_read_blk()
 242 			    lfs_off_t off, const void *buffer, lfs_size_t size)  in lfs_api_prog_blk()
 401 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence)  in littlefs_seek()
 
 | 
| D | fuse_fs_access_bottom.c | 79 	off_t off;  member295 static int fuse_fs_access_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t off,  in fuse_fs_access_readdir()
 426 static int fuse_fs_access_read(const char *path, char *buf, size_t size, off_t off,  in fuse_fs_access_read()
 448 static int fuse_fs_access_write(const char *path, const char *buf, size_t size, off_t off,  in fuse_fs_access_write()
 
 | 
| /Zephyr-latest/tests/subsys/fs/nvs/src/ | 
| D | main.c | 146 				      const char *name, uint16_t off)  in flash_sim_write_calls_find()157 					  const char *name, uint16_t off)  in flash_sim_max_write_calls_find()
 431 				      const char *name, uint16_t off)  in flash_sim_erase_calls_find()
 442 					  const char *name, uint16_t off)  in flash_sim_max_erase_calls_find()
 453 				  const char *name, uint16_t off)  in flash_sim_max_len_find()
 
 | 
| /Zephyr-latest/samples/drivers/soc_flash_nrf/src/ | 
| D | main.c | 47 			     uint32_t off, uint32_t size)  in erase_when_needed()
 |