Searched defs:from_offset (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/lib/os/ | 
| D | fdtable.c | 322 static ssize_t zvfs_rw(int fd, void *buf, size_t sz, bool is_write, const size_t *from_offset)  in zvfs_rw()377 ssize_t zvfs_read(int fd, void *buf, size_t sz, const size_t *from_offset)  in zvfs_read()
 382 ssize_t zvfs_write(int fd, const void *buf, size_t sz, const size_t *from_offset)  in zvfs_write()
 
 | 
| /Zephyr-latest/subsys/fs/ext2/ | 
| D | ext2_impl.c | 1320 	uint32_t from_offset = args_from->offset;  in ext2_replace_file()  local
 | 
| /Zephyr-latest/subsys/net/lib/coap/ | 
| D | coap.c | 643 			       const uint16_t from_offset)  in remove_option_data()
 |