Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDiskFileExplorer.c157 EFI_FILE_PROTOCOL *Handle2; in OpenFileByDevicePath() local
207 Handle2 = Handle1; in OpenFileByDevicePath()
213 Status = Handle2->Open ( in OpenFileByDevicePath()
214 Handle2, in OpenFileByDevicePath()
225 Status = Handle2->Open ( in OpenFileByDevicePath()
226 Handle2, in OpenFileByDevicePath()
236 Handle2->Close (Handle2); in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c356 IN EFI_HANDLE *Handle2 OPTIONAL, in ConvertAndConnectControllers()
364 if ( (Handle1 == NULL && Handle2 != NULL) in ConvertAndConnectControllers()
365 || (Handle1 != NULL && Handle2 == NULL) in ConvertAndConnectControllers()
373 …if (EFI_ERROR(gBS->OpenProtocol(Handle2, &gEfiDriverBindingProtocolGuid, NULL, NULL, gImageHandle,… in ConvertAndConnectControllers()
375 Handle1 = Handle2; in ConvertAndConnectControllers()
376 Handle2 = NULL; in ConvertAndConnectControllers()
385 Handle2 = Handle1; in ConvertAndConnectControllers()
391 …return (ConnectControllers(Handle1, Handle2, Recursive, Output, (BOOLEAN)(Handle2 != NULL && Handl… in ConvertAndConnectControllers()
421 EFI_HANDLE Handle2; in ShellCommandRunConnect() local
516 Handle2 = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunConnect()
[all …]
DDisconnect.c98 EFI_HANDLE Handle2; in ShellCommandRunDisconnect() local
169 Handle2 = Param2!=NULL?ConvertHandleIndexToHandle((UINTN)Intermediate2):NULL; in ShellCommandRunDisconnect()
176 } else if (Param2 != NULL && Handle2 == NULL) { in ShellCommandRunDisconnect()
182 …} else if (Handle2 != NULL && EFI_ERROR(gBS->OpenProtocol(Handle2, &gEfiDriverBindingProtocolGuid,… in ShellCommandRunDisconnect()
188 Status = gBS->DisconnectController(Handle1, Handle2, Handle3); in ShellCommandRunDisconnect()
DDrvDiag.c337 EFI_HANDLE Handle2; in ShellCommandRunDrvDiag() local
425 Handle2 = NULL; in ShellCommandRunDrvDiag()
428 Handle2 = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunDrvDiag()
442 Handle2, in ShellCommandRunDrvDiag()
DDrvCfg.c1166 EFI_HANDLE Handle2; in ShellCommandRunDrvCfg() local
1275 Handle2 = NULL; in ShellCommandRunDrvCfg()
1277 Handle2 = ConvertHandleIndexToHandle((UINTN)Intermediate); in ShellCommandRunDrvCfg()
1278 if (Handle2 == NULL || (UINT64)(UINTN)Intermediate != Intermediate) { in ShellCommandRunDrvCfg()
1392 Handle2, in ShellCommandRunDrvCfg()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c124 EFI_FILE_PROTOCOL *Handle2; in OpenFileByDevicePath() local
174 Handle2 = Handle1; in OpenFileByDevicePath()
180 Status = Handle2->Open ( in OpenFileByDevicePath()
181 Handle2, in OpenFileByDevicePath()
192 Status = Handle2->Open ( in OpenFileByDevicePath()
193 Handle2, in OpenFileByDevicePath()
203 Handle2->Close (Handle2); in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.c751 EFI_FILE_PROTOCOL *Handle2; in OpenFileByDevicePath() local
801 Handle2 = Handle1; in OpenFileByDevicePath()
807 Status = Handle2->Open ( in OpenFileByDevicePath()
808 Handle2, in OpenFileByDevicePath()
819 Status = Handle2->Open ( in OpenFileByDevicePath()
820 Handle2, in OpenFileByDevicePath()
830 Handle2->Close (Handle2); in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c963 EFI_FILE_PROTOCOL *Handle2; in InternalOpenFileDevicePath() local
971 Handle2 = NULL; in InternalOpenFileDevicePath()
1014 Handle2 = Handle1; in InternalOpenFileDevicePath()
1021 Status = Handle2->Open ( in InternalOpenFileDevicePath()
1022 Handle2, in InternalOpenFileDevicePath()
1039 Status = Handle2->Open ( in InternalOpenFileDevicePath()
1040 Handle2, in InternalOpenFileDevicePath()
1051 Status = Handle2->Open ( in InternalOpenFileDevicePath()
1052 Handle2, in InternalOpenFileDevicePath()
1063 ShellInfoObject.NewEfiShellProtocol->CloseFile (Handle2); in InternalOpenFileDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c493 EFI_FILE_PROTOCOL *Handle2; in ShellOpenFileByDevicePath() local
558 Handle2 = Handle1; in ShellOpenFileByDevicePath()
587 Status = Handle2->Open ( in ShellOpenFileByDevicePath()
588 Handle2, in ShellOpenFileByDevicePath()
599 Status = Handle2->Open ( in ShellOpenFileByDevicePath()
600 Handle2, in ShellOpenFileByDevicePath()
616 Handle2->Close (Handle2); in ShellOpenFileByDevicePath()