Searched refs:lseek (Results 1 - 6 of 6) sorted by relevance
/device/qemu/esp32/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 79 return lseek(fd, (off_t)offset, whence); in HalFileSeek()
|
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 79 return lseek(fd, (off_t)offset, whence); in HalFileSeek()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | unistd.h | 153 off_t lseek(int, off_t, int); 224 * @see fcntl | ioctl | lseek | open | readv 272 * @see fcntl | ioctl | lseek | open | readv 312 * @see fcntl | ioctl | lseek | open | readv 356 * @see fcntl | ioctl | lseek | open | readv 813 #define lseek64 lseek
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_file.h | 191 return lseek(pst_file->fd, offset, whence); in oal_file_lseek()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 638 ret = lseek(Gpio1Fd, 0, SEEK_SET); in UartProcess() 640 MSG("gpio1 lseek error\n"); in UartProcess() 658 ret = lseek(Gpio2Fd, 0, SEEK_SET); in UartProcess() 660 MSG("gpio1 lseek error\n"); in UartProcess()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | file.c | 259 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
Completed in 5 milliseconds