Searched defs:CurrentHandle (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.h109 UINTN CurrentHandle; member in struct:__anon5368
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.h116 UINTN CurrentHandle; member in struct:__anon6347
/device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c796 EFI_FILE_HANDLE CurrentHandle; local
810 CurrentHandle = NULL;
812 Status = Handle->Open(Handle, &CurrentHandle, L".", EFI_FILE_MODE_READ, 0);
818 FileInfo = FileHandleGetInfo(CurrentHandle);
847 Status = CurrentHandle->Open (CurrentHandle, &NextHigherHandle, L"..", EFI_FILE_MODE_READ, 0);
852 FileHandleClose(CurrentHandle);
853 CurrentHandle = NextHigherHandle;
869 if (CurrentHandle != NULL) {
870 CurrentHandle
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c1066 EFI_HANDLE *CurrentHandle; local
1073 CurrentHandle = NULL;
1080 for (CurrentHandle = HandleList ; CurrentHandle != NULL && *CurrentHandle != NULL; CurrentHandle++){
1082 Index2 = *CurrentHandle == NULL ? 0 : ConvertHandleToHandleIndex(*CurrentHandle);

Completed in 229 milliseconds