Home
last modified time | relevance | path

Searched refs:f_iflags (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c65 retval = (BOOLEAN)((filp->f_iflags != 0) && // TRUE if OPEN in ValidateFD()
94 if(Mfd[i].f_iflags == 0) { in FindFreeFD()
95 Mfd[i].f_iflags = FIF_LARVAL; // Temporarily mark this fd as reserved in FindFreeFD()
110 gMD->fdarray[fd].f_iflags |= FIF_DELCLOSE; in DeleteOnClose()
136 retval = (Fp->f_iflags & _S_ITTY) ? 1 : 0; in isatty()
198 if(Fp->f_iflags & FIF_DELCLOSE) { in _closeX()
208 Fp->f_iflags = NewState; // Close this FD or reserve it in _closeX()
265 Fp->f_iflags = 0; // Close this FD in unlink()
394 retval = MyFd->f_iflags; in fcntl()
401 retval = MyFd->f_iflags; in fcntl()
[all …]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h98 UINT32 f_iflags; // In use if non-zero member
151 #define FILE_IS_USABLE(fp) (((fp)->f_iflags & \
156 (fp)->f_iflags &= ~FIF_LARVAL; \
224 UINT32 f_iflags; /* internal flags; FIF_* */
263 if ((fp)->f_iflags & FIF_WANTCLOSE) { \
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c138 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetCursorPosition()
181 if(((filp->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_SetCursorPosition()
227 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetOutputSize()
DTerminalFunctions.c156 if((filp->f_iflags & _S_ITTY) != 0) { in tcgetattr()
214 if((filp->f_iflags & _S_ITTY) != 0) { in tcsetattr()
DIIO.c88 if(filp->f_iflags & _S_IWTTY) { in IIO_Read()
212 if(filp->f_iflags & _S_IWTTY) { in IIO_Write()
301 if(filp->f_iflags & _S_IWTTY) { in IIO_Echo()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c147 pDescriptor->f_iflags = DTYPE_SOCKET; in BslSocketProtocolToFd()
289 if ( DTYPE_SOCKET == ( pDescriptor->f_iflags & DTYPE_MASK )) { in BslValidateSocketFd()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c529 filp->f_iflags = 0; // Release our reservation on this FD in da_ShellOpen()
538 filp->f_iflags = 0; // Release our reservation on this FD in da_ShellOpen()
547 filp->f_iflags = 0; // Release our reservation on this FD in da_ShellOpen()
555 filp->f_iflags |= S_IFREG; in da_ShellOpen()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c430 Buffer->st_mode = filp->f_iflags; in da_ConStat()
517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE); in da_ConOpen()