Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitterGraphics.c66 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterGraphicsOutputQueryMode()
142 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterGraphicsOutputSetMode()
284 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterGraphicsOutputBlt()
432 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterUgaDrawSetMode()
552 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterUgaDrawBlt()
DConSplitter.c1755 if (Private->CurrentNumberOfConsoles >= Private->TextInListCount) { in ConSplitterTextInAddDevice()
1768 Private->TextInList[Private->CurrentNumberOfConsoles] = TextIn; in ConSplitterTextInAddDevice()
1769 Private->CurrentNumberOfConsoles++; in ConSplitterTextInAddDevice()
1801 for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { in ConSplitterTextInDeleteDevice()
1803 for (; Index < Private->CurrentNumberOfConsoles - 1; Index++) { in ConSplitterTextInDeleteDevice()
1807 Private->CurrentNumberOfConsoles--; in ConSplitterTextInDeleteDevice()
2148 Size = Private->CurrentNumberOfConsoles * sizeof (INT32); in ConSplitterGrowMapTable()
2370 MapTable = TextOutModeMap + Private->CurrentNumberOfConsoles; in ConSplitterSyncOutputMode()
2458 ConOutNumOfConsoles = mConOut.CurrentNumberOfConsoles; in ConSplitterGetIntersectionBetweenConOutAndStrErr()
2459 StdErrNumOfConsoles = mStdErr.CurrentNumberOfConsoles; in ConSplitterGetIntersectionBetweenConOutAndStrErr()
[all …]
DConSplitter.h122 UINTN CurrentNumberOfConsoles; member
207 UINTN CurrentNumberOfConsoles; member