Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenVariable.py6 OutMode = 2 # output-only argument variable
14 ReturnMode = 8+OutMode # this is the function return value
15 ErrorMode = 16+OutMode # this is an error status -- turn it into an exception
54 outmode = (self.flags & OutMode)
86 if self.mode in (OutMode, InOutMode):
DbgenGenerator.py131 return Variable(self.returntype, "_rv", OutMode)
165 if arg.mode in (InOutMode, OutMode):
271 if arg.mode in (OutMode, InOutMode):
Dmacsupport.py176 return Variable(self.returntype, "_rv", OutMode)
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DCanonRead.c51 int OutMode; in IIO_CanonRead() local
67 OutMode = IIO_GetOutputSize(STDOUT_FILENO, &MaxColumn, &MaxRow); in IIO_CanonRead()
68 if(OutMode >= 0) { in IIO_CanonRead()
DIIO.c158 int OutMode; in IIO_Write() local
163 OutMode = IIO_GetOutputSize(filp->MyFD, &MaxColumn, &MaxRow); in IIO_Write()
166 if((This != NULL) && (OutMode >= 0)) { in IIO_Write()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c414 INT32 OutMode; in da_ConStat() local
446 OutMode = Proto->Mode->Mode; in da_ConStat()
447 EFIerrno = Proto->QueryMode(Proto, (UINTN)OutMode, &ModeCol, &ModeRow); in da_ConStat()