Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c131 struct __filedes *pStdOut; in IIO_GetCursorPosition() local
136 Proto = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *)IIO_GetDeviceProto(fd, &pStdOut); in IIO_GetCursorPosition()
138 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetCursorPosition()
139 ((pStdOut->Oflags & O_ACCMODE) != 0)) // and it is open for output in IIO_GetCursorPosition()
216 struct __filedes *pStdOut; in IIO_GetOutputSize() local
225 Proto = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *)IIO_GetDeviceProto(fd, &pStdOut); in IIO_GetOutputSize()
227 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetOutputSize()
228 ((pStdOut->Oflags & O_ACCMODE) != 0)) // and it is open for output in IIO_GetOutputSize()