Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DInputHandler.c81 UINTN CurrentCursor; in ReadString() local
134 CurrentCursor = GetStringWidth (StringPtr) / 2 - 1; in ReadString()
135 if (CurrentCursor != 0) { in ReadString()
177 if (CurrentCursor > 0) { in ReadString()
178 CurrentCursor--; in ReadString()
183 if (CurrentCursor < (GetStringWidth (StringPtr) / 2 - 1)) { in ReadString()
184 CurrentCursor++; in ReadString()
196 for (Index = CurrentCursor; StringPtr[Index] != CHAR_NULL; Index++) { in ReadString()
234 if (StringPtr[0] != CHAR_NULL && CurrentCursor != 0) { in ReadString()
235 for (Index = 0; Index < CurrentCursor - 1; Index++) { in ReadString()
[all …]
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DDirectoryManage.c580 ODir->CurrentCursor = &(ODir->ChildList); in FatResetODirCursor()
607 if (ODir->CurrentCursor->ForwardLink == &ODir->ChildList) { in FatGetNextDirEnt()
622 if (ODir->CurrentCursor->ForwardLink == &ODir->ChildList) { in FatGetNextDirEnt()
629 ODir->CurrentCursor = ODir->CurrentCursor->ForwardLink; in FatGetNextDirEnt()
630 DirEnt = DIRENT_FROM_LINK (ODir->CurrentCursor); in FatGetNextDirEnt()
1101 if (ODir->CurrentCursor == &DirEnt->Link) { in FatRemoveDirEnt()
1105 ODir->CurrentCursor = ODir->CurrentCursor->BackLink; in FatRemoveDirEnt()
DDirectoryCache.c71 ODir->CurrentCursor = &ODir->ChildList; in FatAllocateODir()
DFat.h200 LIST_ENTRY *CurrentCursor; // Current directory entry pointer member