Searched refs:Oflags (Results 1 – 9 of 9) sorted by relevance
139 ((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()
76 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in connect()
79 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in sendto()
64 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in AcceptWork()
149 pDescriptor->Oflags = O_RDWR; in BslSocketProtocolToFd()
386 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()
277 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()
94 int Oflags; // From the open call, see fcntl.h member
339 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()