Home
last modified time | relevance | path

Searched refs:whence (Results 1 - 17 of 17) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/utils/file/src/
H A Dhal_file.c50 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
52 return hi_lseek(fd, offset, whence); in HalFileSeek()
/device/qemu/esp32/adapter/hals/utils/file/src/
H A Dhal_file.c77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
79 return lseek(fd, (off_t)offset, whence); in HalFileSeek()
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/
H A Dhal_file.c77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
79 return lseek(fd, (off_t)offset, whence); in HalFileSeek()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_file.h186 static inline hi_s64 oal_file_lseek(const oal_file_stru *pst_file, hi_s64 offset, hi_s32 whence) in oal_file_lseek() argument
189 return vfs_llseek(pst_file->fp, offset, whence); in oal_file_lseek()
191 return lseek(pst_file->fd, offset, whence); in oal_file_lseek()
/device/soc/rockchip/rk2206/adapter/hals/utils/file/
H A Dhal_file.c98 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
100 return LfsSeek(fd, offset, whence); in HalFileSeek()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_fileops.c167 int osal_klib_fseek(long long offset, int whence, void *filp) in osal_klib_fseek() argument
177 res = vfs_llseek(filp, offset, whence); in osal_klib_fseek()
H A Dosal_device.c148 static loff_t osal_llseek(struct file *file, loff_t offset, int whence) in osal_llseek() argument
152 (void)whence; in osal_llseek()
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dfile.h226 * @param offset Indicates the offset of the read and write position based on the <b>whence</b> parameter.
227 * The value can be negative if the value of <b>whence</b> is <b>SEEK_CUR_FS</b> or <b>SEEK_END_FS</b>.
228 * @param whence Indicates the start position of the offset. The following start positions are supported.
229 * whence | Description
241 int ToyFileSeek(int fd, int offset, unsigned int whence);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_fs.h262 * @attention whence is one of the following:
272 CNcomment:当whence 值为SEEK_CUR 或SEEK_END时,参数offet允许负值的出现。CNend
276 * according to the parameter whence CNcomment:根据参数whence来移动读写位置的位移数。CNend
277 * @param whence [IN] type #hi_u32,Read / write file offset. CNcomment:读/写文件偏移。CNend
286 hi_s32 hi_lseek(hi_s32 fd, hi_s32 offs, hi_u32 whence);
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dfile.c259 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
270 return hi_lseek(HI_FS_FD(fd), offset, whence); in lseek()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_device.c161 static loff_t osal_llseek(struct file *file, loff_t offset, int whence) in osal_llseek() argument
171 if (whence == SEEK_SET) { in osal_llseek()
175 } else if (whence == SEEK_CUR) { in osal_llseek()
179 } else if (whence == SEEK_END) { in osal_llseek()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhi_osal.h393 long (*llseek)(long offset, int whence, void *private_data);
458 int osal_klib_fseek(long long offset, int whence, void *filp);
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c233 static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) in dma_buf_llseek() argument
247 if (whence == SEEK_END) { in dma_buf_llseek()
249 } else if (whence == SEEK_SET) { in dma_buf_llseek()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h410 long (*llseek)(long offset, int whence, void *private_data);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_osal.h407 long (*llseek)(long offset, int whence, void *private_data);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_osal.h410 long (*llseek)(long offset, int whence, void *private_data);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c17051 dhd_debugfs_lseek(struct file *file, loff_t off, int whence) in dhd_debugfs_lseek() argument
17055 switch (whence) { in dhd_debugfs_lseek()

Completed in 34 milliseconds