Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 33) sorted by relevance

12

/subsys/fs/ext2/
A Dext2_bitmap.c23 uint32_t off = index % 8; in ext2_bitmap_set() local
44 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
/subsys/storage/flash_map/
A Dflash_map.c56 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()
99 int flash_area_flatten(const struct flash_area *fa, off_t off, size_t len) in flash_area_flatten()
A Dflash_map_priv.h34 off_t off, size_t len) in is_in_flash_area_bounds()
/subsys/settings/src/
A Dsettings_line.c180 off_t off; in settings_line_raw_read_until() local
242 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()
A Dsettings_fcb.c138 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()
A Dsettings_file.c106 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()
A Dsettings_priv.h37 off_t off; member
A Dsettings_retention.c196 uint32_t off = cf->last_write_pos; in settings_retention_save() local
/subsys/fs/fcb/
A Dfcb_elem_info.c27 uint32_t off; in fcb_elem_crc8() local
125 off_t off; in fcb_elem_info() local
A Dfcb.c32 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()
A Dfcb_append.c125 off_t off; in fcb_append_finish() local
/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
A Dfs_mgmt.c86 size_t off; member
174 static bool fs_mgmt_file_rsp(zcbor_state_t *zse, int rc, uint64_t off) in fs_mgmt_file_rsp()
238 uint64_t off = ULLONG_MAX; in fs_mgmt_file_download() local
384 unsigned long long off = ULLONG_MAX; in fs_mgmt_file_upload() local
687 uint64_t off = 0; in fs_mgmt_file_hash_checksum() local
/subsys/fs/
A Dlittlefs_fs.c175 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()
A Dfuse_fs_access_bottom.c80 off_t off; member
296 static int fuse_fs_access_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t off, in fuse_fs_access_readdir()
427 static int fuse_fs_access_read(const char *path, char *buf, size_t size, off_t off, in fuse_fs_access_read()
449 static int fuse_fs_access_write(const char *path, const char *buf, size_t size, off_t off, in fuse_fs_access_write()
A Dfuse_fs_access.c149 static int ffa_read_top(uint64_t fh, char *buf, size_t size, off_t off) in ffa_read_top()
162 static int ffa_write_top(uint64_t fh, const char *buf, size_t size, off_t off) in ffa_write_top()
/subsys/mgmt/mcumgr/grp/stat_mgmt/src/
A Dstat_mgmt.c31 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()
/subsys/stats/
A Dstats_shell.c10 static int stats_cb(struct stats_hdr *hdr, void *arg, const char *name, uint16_t off) in stats_cb()
A Dstats.c23 uint16_t off; in stats_get_name() local
/subsys/testsuite/coverage/
A Dcoverage.c63 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()
/subsys/debug/coredump/
A Dcoredump_backend_flash_partition.c167 static int data_read(off_t off, uint8_t *dst, size_t len, in data_read()
303 static int get_stored_dump(off_t off, uint8_t *dst, size_t len) in get_stored_dump()
/subsys/dfu/boot/
A Dmcuboot.c167 size_t off = 0; in boot_get_image_start_offset() local
226 size_t off = boot_get_image_start_offset(area_id); in boot_read_v1_header() local
/subsys/net/lib/lwm2m/
A Dlwm2m_pull_context.c102 uint16_t off, len; in transfer_request() local
/subsys/storage/stream/
A Dstream_flash.c134 int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off) in stream_flash_erase_page()
/subsys/mgmt/mcumgr/grp/img_mgmt/src/
A Dzephyr_img_mgmt.c442 int img_mgmt_erase_image_data(unsigned int off, unsigned int num_bytes) in img_mgmt_erase_image_data()
/subsys/shell/backends/
A Dshell_telnet.c273 size_t len, off, buf_left, cmd_total_len; in telnet_recv() local

Completed in 66 milliseconds

12