Lines Matching defs:fd
82 int PollQueryFd(int fd, struct PollTable *table) in PollQueryFd()
240 int fd = -1; in VfsOpen() local
309 static struct File *VfsAttachFile(int fd, UINT32 status) in VfsAttachFile()
340 static struct File *VfsAttachFileReady(int fd) in VfsAttachFileReady()
345 static struct File *VfsAttachFileWithStatus(int fd, int status) in VfsAttachFileWithStatus()
356 static int VfsClose(int fd) in VfsClose()
387 static ssize_t VfsRead(int fd, char *buff, size_t bytes) in VfsRead()
420 static ssize_t VfsWrite(int fd, const void *buff, size_t bytes) in VfsWrite()
449 static int VfsIoctl(int fd, int func, va_list ap) in VfsIoctl()
567 int close(int fd) in close()
593 ssize_t read(int fd, void *buff, size_t bytes) in read()
636 ssize_t write(int fd, const void *buff, size_t bytes) in write()
666 off_t lseek(int fd, off_t off, int whence) in lseek()
850 int fsync(int fd) in fsync()
1072 int fstat(int fd, struct stat *buf) in fstat()
1086 int fcntl(int fd, int cmd, ...) in fcntl()
1116 int ioctl(int fd, int req, ...) in ioctl()
1137 ssize_t readv(int fd, const struct iovec *iovBuf, int iovcnt) in readv()
1194 ssize_t writev(int fd, const struct iovec *iovBuf, int iovcnt) in writev()
1291 int ftruncate(int fd, off_t length) in ftruncate()
1325 ssize_t pread(int fd, void *buff, size_t bytes, off_t off) in pread()
1372 ssize_t pwrite(int fd, const void *buff, size_t bytes, off_t off) in pwrite()