Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/lib/posix/options/
Dfd_mgmt.c44 off_t lseek(int fd, off_t offset, int whence) in lseek()
Dshm.c140 static off_t shm_lseek(struct shm_obj *shm, off_t offset, int whence, size_t cur) in shm_lseek()
254 int whence = va_arg(args, int); in shm_ioctl() local
Dfs.c146 int whence; in fs_ioctl_vmeth() local
/Zephyr-Core-3.7.0/modules/lvgl/
Dlvgl_fs.c137 lv_fs_whence_t whence) in lvgl_fs_seek()
/Zephyr-Core-3.7.0/tests/subsys/fs/fs_api/src/
Dtest_fs.c133 static int temp_seek(struct fs_file_t *zfp, off_t offset, int whence) in temp_seek()
/Zephyr-Core-3.7.0/subsys/fs/
Dfat_fs.c237 static int fatfs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fatfs_seek()
Dfs.c264 int fs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fs_seek()
Dlittlefs_fs.c401 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek()
/Zephyr-Core-3.7.0/lib/os/
Dfdtable.c423 off_t zvfs_lseek(int fd, off_t offset, int whence) in zvfs_lseek()
/Zephyr-Core-3.7.0/subsys/fs/ext2/
Dext2_ops.c174 static int ext2_lseek(struct fs_file_t *filp, off_t off, int whence) in ext2_lseek()