Searched refs:AgentHandle (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DOpenInfo.c101 HandleIndex = ConvertHandleToHandleIndex(OpenInfo[OpenInfoIndex].AgentHandle);
102 Name = GetStringNameFromHandle(OpenInfo[OpenInfoIndex].AgentHandle, "en");
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h88 EFI_HANDLE AgentHandle; member in struct:__anon10932
H A DHandle.c646 Status = CoreDisconnectController (UserHandle, OpenData->AgentHandle, NULL);
1086 ExactMatch = (BOOLEAN)((OpenData->AgentHandle == ImageHandle) &&
1133 Status = CoreDisconnectController (UserHandle, OpenData->AgentHandle, NULL);
1163 OpenData->AgentHandle = ImageHandle;
1191 @param AgentHandle The handle of the agent that is closing the
1201 @retval EFI_INVALID_PARAMETER Handle, AgentHandle or ControllerHandle is not a
1204 AgentHandle.
1212 IN EFI_HANDLE AgentHandle,
1228 Status = CoreValidateHandle (AgentHandle);
1257 // Walk the Open data base looking for AgentHandle
1209 CoreCloseProtocol( IN EFI_HANDLE UserHandle, IN EFI_GUID *Protocol, IN EFI_HANDLE AgentHandle, IN EFI_HANDLE ControllerHandle ) argument
[all...]
H A DDriverSupport.c775 if (DriverImageHandleBuffer[Index] == OpenData->AgentHandle) {
781 DriverImageHandleBuffer[DriverImageHandleCount] = OpenData->AgentHandle;
823 if (OpenData->AgentHandle == DriverImageHandle) {
854 if ((OpenData->AgentHandle == DriverImageHandle) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1265 @param AgentHandle The handle of the agent that is opening the protocol interface
1281 handle is the same as AgentHandle.
1290 IN EFI_HANDLE AgentHandle,
1302 @param AgentHandle The handle of the agent that is closing the protocol interface.
1309 2) AgentHandle is NULL.
1314 currently open by AgentHandle and ControllerHandle.
1322 IN EFI_HANDLE AgentHandle,
1330 EFI_HANDLE AgentHandle; member in struct:__anon12439
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1265 @param AgentHandle The handle of the agent that is opening the protocol interface
1281 handle is the same as AgentHandle.
1290 IN EFI_HANDLE AgentHandle,
1302 @param AgentHandle The handle of the agent that is closing the protocol interface.
1309 2) AgentHandle is not a valid EFI_HANDLE.
1314 currently open by AgentHandle and ControllerHandle.
1322 IN EFI_HANDLE AgentHandle,
1330 EFI_HANDLE AgentHandle; member in struct:__anon15713
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c888 if (DriverBindingHandle != NULL && OpenInfo[OpenInfoIndex].AgentHandle == DriverBindingHandle) {
905 if ((*HandleBuffer)[ChildIndex] == OpenInfo[OpenInfoIndex].AgentHandle) {
913 if ((*HandleBuffer)[ChildIndex] == OpenInfo[OpenInfoIndex].AgentHandle) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h841 @param AgentHandle The handle of the agent that is closing the
851 @retval EFI_INVALID_PARAMETER Handle, AgentHandle or ControllerHandle is not a
854 AgentHandle.
862 IN EFI_HANDLE AgentHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c895 if (OpenInfo[OpenInfoIndex].AgentHandle == Image->Handle) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c2098 OpenInfoBuffer[Index].AgentHandle,

Completed in 112 milliseconds