Searched defs:whence (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | fd_mgmt.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
D | shm.c | 140 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
|
D | fs.c | 146 int whence; in fs_ioctl_vmeth() local
|
/Zephyr-Core-3.7.0/modules/lvgl/ |
D | lvgl_fs.c | 137 lv_fs_whence_t whence) in lvgl_fs_seek()
|
/Zephyr-Core-3.7.0/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 133 static int temp_seek(struct fs_file_t *zfp, off_t offset, int whence) in temp_seek()
|
/Zephyr-Core-3.7.0/subsys/fs/ |
D | fat_fs.c | 237 static int fatfs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fatfs_seek()
|
D | fs.c | 264 int fs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fs_seek()
|
D | littlefs_fs.c | 401 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek()
|
/Zephyr-Core-3.7.0/lib/os/ |
D | fdtable.c | 423 off_t zvfs_lseek(int fd, off_t offset, int whence) in zvfs_lseek()
|
/Zephyr-Core-3.7.0/subsys/fs/ext2/ |
D | ext2_ops.c | 174 static int ext2_lseek(struct fs_file_t *filp, off_t off, int whence) in ext2_lseek()
|