Home
last modified time | relevance | path

Searched defs:from_offset (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/os/
Dfdtable.c316 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/
Dext2_impl.c1320 uint32_t from_offset = args_from->offset; in ext2_replace_file() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c642 const uint16_t from_offset) in remove_option_data()