Home
last modified time | relevance | path

Searched refs:zvfs_read (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Ddevice_io.c21 ssize_t zvfs_read(int fd, void *buf, size_t sz, size_t *from_offset);
93 return zvfs_read(fd, buf, count, (size_t *)&off); in pread()
116 return zvfs_read(fd, buf, sz, NULL); in read()
/Zephyr-latest/lib/os/
Dfdtable.c371 ssize_t zvfs_read(int fd, void *buf, size_t sz, const size_t *from_offset) in zvfs_read() function