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

/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...]
/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

Completed in 273 milliseconds