Searched refs:zvfs_read (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 21 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/ |
D | fdtable.c | 371 ssize_t zvfs_read(int fd, void *buf, size_t sz, const size_t *from_offset) in zvfs_read() function
|