Home
last modified time | relevance | path

Searched refs:Oflags (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c139 ((pStdOut->Oflags & O_ACCMODE) != 0)) // and it is open for output in IIO_GetCursorPosition()
182 ((filp->Oflags & O_ACCMODE) != 0)) // and it is open for output in IIO_SetCursorPosition()
228 ((pStdOut->Oflags & O_ACCMODE) != 0)) // and it is open for output in IIO_GetOutputSize()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dconnect.c76 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in connect()
Dsendto.c79 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in sendto()
Daccept.c64 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in AcceptWork()
Dsocket.c149 pDescriptor->Oflags = O_RDWR; in BslSocketProtocolToFd()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c386 retval = MyFd->Oflags; // Get original value in fcntl()
390 MyFd->Oflags = temp; // Set new value in fcntl()
404 retval = MyFd->Oflags; in fcntl()
694 filp->Oflags = oflags; in open()
1258 if ((filp->Oflags & O_ACCMODE) != 0) { in write()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c277 if((offset != NULL) || (filp->Oflags & O_APPEND)) { in da_ShellWrite()
278 if(filp->Oflags & O_APPEND) { in da_ShellWrite()
483 oflags = filp->Oflags; in da_ShellOpen()
600 RdyMask = (UINT32)filp->Oflags; in da_ShellPoll()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h94 int Oflags; // From the open call, see fcntl.h member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c339 BlockingMode = (BOOLEAN)((filp->Oflags & O_NONBLOCK) == 0); in da_ConRead()
566 Flags = filp->Oflags & O_ACCMODE; // Get the device's open mode in da_ConFlush()