Lines Matching refs:fdarray
62 filp = &gMD->fdarray[fd]; in ValidateFD()
90 Mfd = gMD->fdarray; in FindFreeFD()
110 gMD->fdarray[fd].f_iflags |= FIF_DELCLOSE; in DeleteOnClose()
135 Fp = &gMD->fdarray[fd]; in isatty()
160 FileOps = gMD->fdarray[fd].f_ops; in IsDupFd()
161 DevData = gMD->fdarray[fd].devdata; in IsDupFd()
165 if((gMD->fdarray[i].f_ops == FileOps) in IsDupFd()
166 &&(gMD->fdarray[i].devdata == DevData )) { in IsDupFd()
193 Fp = &gMD->fdarray[fd]; in _closeX()
260 Fp = &gMD->fdarray[fd]; in unlink()
363 MyFd = &gMD->fdarray[fildes]; in fcntl()
377 (void)memcpy(&gMD->fdarray[temp], MyFd, sizeof(struct __filedes)); in fcntl()
474 gMD->fdarray[fildes2].f_iflags = FIF_LARVAL; // Mark the file closed, but reserved in dup2()
475 (void)memcpy(&gMD->fdarray[fildes2], // Duplicate fildes into fildes2 in dup2()
476 &gMD->fdarray[fildes], sizeof(struct __filedes)); in dup2()
477 gMD->fdarray[fildes2].MyFD = (UINT16)fildes2; in dup2()
534 filp = &gMD->fdarray[fd]; in lseek()
692 filp = &gMD->fdarray[fd]; in open()
819 pDescriptor = &gMD->fdarray [ pPollFD->fd ]; in poll()
967 filp = &gMD->fdarray[fd]; in rmdir()
1016 filp = &gMD->fdarray[fd]; in fstat()
1046 filp = &gMD->fdarray[fd]; in stat()
1091 filp = &gMD->fdarray[fd]; in ioctl()
1193 filp = &gMD->fdarray[fildes]; in read()
1257 filp = &gMD->fdarray[fd]; in write()
1425 filp = &gMD->fdarray[fd]; in va_Utimes()