Searched defs:from_offset (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/lib/os/ |
D | fdtable.c | 316 static ssize_t zvfs_rw(int fd, void *buf, size_t sz, bool is_write, const size_t *from_offset) in zvfs_rw() 371 ssize_t zvfs_read(int fd, void *buf, size_t sz, const size_t *from_offset) in zvfs_read() 376 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 | 642 const uint16_t from_offset) in remove_option_data()
|