Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDiskFileExplorer.c156 EFI_FILE_PROTOCOL *Handle1; in OpenFileByDevicePath() local
185 Status = EfiSimpleFileSystemProtocol->OpenVolume(EfiSimpleFileSystemProtocol, &Handle1); in OpenFileByDevicePath()
207 Handle2 = Handle1; in OpenFileByDevicePath()
208 Handle1 = NULL; in OpenFileByDevicePath()
215 &Handle1, in OpenFileByDevicePath()
227 &Handle1, in OpenFileByDevicePath()
251 *FileHandle = (VOID*)Handle1; in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c355 IN EFI_HANDLE *Handle1 OPTIONAL, in ConvertAndConnectControllers()
364 if ( (Handle1 == NULL && Handle2 != NULL) in ConvertAndConnectControllers()
365 || (Handle1 != NULL && Handle2 == NULL) in ConvertAndConnectControllers()
372 if (Handle1 == NULL) { in ConvertAndConnectControllers()
375 Handle1 = Handle2; in ConvertAndConnectControllers()
381 …if (EFI_ERROR(gBS->OpenProtocol(Handle1, &gEfiDriverBindingProtocolGuid, NULL, NULL, gImageHandle,… in ConvertAndConnectControllers()
385 Handle2 = Handle1; in ConvertAndConnectControllers()
386 Handle1 = NULL; in ConvertAndConnectControllers()
391 …return (ConnectControllers(Handle1, Handle2, Recursive, Output, (BOOLEAN)(Handle2 != NULL && Handl… in ConvertAndConnectControllers()
420 EFI_HANDLE Handle1; in ShellCommandRunConnect() local
[all …]
DDisconnect.c97 EFI_HANDLE Handle1; in ShellCommandRunDisconnect() local
167 Handle1 = Param1!=NULL?ConvertHandleIndexToHandle((UINTN)Intermediate1):NULL; in ShellCommandRunDisconnect()
173 if (Param1 != NULL && Handle1 == NULL) { in ShellCommandRunDisconnect()
188 Status = gBS->DisconnectController(Handle1, Handle2, Handle3); in ShellCommandRunDisconnect()
DDrvCfg.c1165 EFI_HANDLE Handle1; in ShellCommandRunDrvCfg() local
1265 Handle1 = NULL; in ShellCommandRunDrvCfg()
1267 Handle1 = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunDrvCfg()
1268 if (Handle1 == NULL || (UINT64)(UINTN)Intermediate != Intermediate) { in ShellCommandRunDrvCfg()
1341 …if (Handle1 != NULL && EFI_ERROR(gBS->OpenProtocol(Handle1, &gEfiHiiConfigAccessProtocolGuid, NULL… in ShellCommandRunDrvCfg()
1350 ShellStatus = ConfigFromFile(Handle1, FileName); in ShellCommandRunDrvCfg()
1351 if (Handle1 != NULL && ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDrvCfg()
1355 ShellStatus = ConfigToFile(Handle1, FileName); in ShellCommandRunDrvCfg()
1356 if (Handle1 != NULL && ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDrvCfg()
1366 …if (!EFI_ERROR(gBS->OpenProtocol(Handle1, &gEfiHiiConfigAccessProtocolGuid, NULL, gImageHandle, NU… in ShellCommandRunDrvCfg()
[all …]
DDrvDiag.c336 EFI_HANDLE Handle1; in ShellCommandRunDrvDiag() local
419 Handle1 = NULL; in ShellCommandRunDrvDiag()
422 Handle1 = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunDrvDiag()
441 Handle1, in ShellCommandRunDrvDiag()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c123 EFI_FILE_PROTOCOL *Handle1; in OpenFileByDevicePath() local
152 Status = EfiSimpleFileSystemProtocol->OpenVolume(EfiSimpleFileSystemProtocol, &Handle1); in OpenFileByDevicePath()
174 Handle2 = Handle1; in OpenFileByDevicePath()
175 Handle1 = NULL; in OpenFileByDevicePath()
182 &Handle1, in OpenFileByDevicePath()
194 &Handle1, in OpenFileByDevicePath()
218 *FileHandle = (VOID*)Handle1; in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.c750 EFI_FILE_PROTOCOL *Handle1; in OpenFileByDevicePath() local
779 Status = EfiSimpleFileSystemProtocol->OpenVolume(EfiSimpleFileSystemProtocol, &Handle1); in OpenFileByDevicePath()
801 Handle2 = Handle1; in OpenFileByDevicePath()
802 Handle1 = NULL; in OpenFileByDevicePath()
809 &Handle1, in OpenFileByDevicePath()
821 &Handle1, in OpenFileByDevicePath()
845 *FileHandle = (VOID*)Handle1; in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c962 EFI_FILE_PROTOCOL *Handle1; in InternalOpenFileDevicePath() local
970 Handle1 = NULL; in InternalOpenFileDevicePath()
980 Handle1 = ConvertShellHandleToEfiFileProtocol(ShellHandle); in InternalOpenFileDevicePath()
981 if (Handle1 != NULL) { in InternalOpenFileDevicePath()
1014 Handle2 = Handle1; in InternalOpenFileDevicePath()
1015 Handle1 = NULL; in InternalOpenFileDevicePath()
1023 &Handle1, in InternalOpenFileDevicePath()
1041 &Handle1, in InternalOpenFileDevicePath()
1053 &Handle1, in InternalOpenFileDevicePath()
1077 if (Handle1 != NULL) { in InternalOpenFileDevicePath()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c492 EFI_FILE_PROTOCOL *Handle1; in ShellOpenFileByDevicePath() local
536 Status = EfiSimpleFileSystemProtocol->OpenVolume(EfiSimpleFileSystemProtocol, &Handle1); in ShellOpenFileByDevicePath()
558 Handle2 = Handle1; in ShellOpenFileByDevicePath()
559 Handle1 = NULL; in ShellOpenFileByDevicePath()
589 &Handle1, in ShellOpenFileByDevicePath()
601 &Handle1, in ShellOpenFileByDevicePath()
631 *FileHandle = (VOID*)Handle1; in ShellOpenFileByDevicePath()