Searched refs:OpenInfo (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DOpenInfo.c2 Main file for OpenInfo shell Driver1 function.
44 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; local
84 &OpenInfo,
90 switch (OpenInfo[OpenInfoIndex].Attributes) {
101 HandleIndex = ConvertHandleToHandleIndex(OpenInfo[OpenInfoIndex].AgentHandle);
102 Name = GetStringNameFromHandle(OpenInfo[OpenInfoIndex].AgentHandle, "en");
103 if (OpenInfo[OpenInfoIndex].ControllerHandle!=NULL) {
111 ConvertHandleToHandleIndex(OpenInfo[OpenInfoIndex].ControllerHandle),
112 OpenInfo[OpenInfoIndex].OpenCount,
124 OpenInfo[OpenInfoInde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c807 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; local
883 &OpenInfo,
888 if (DriverBindingHandle != NULL && OpenInfo[OpenInfoIndex].AgentHandle == DriverBindingHandle) {
889 if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) == EFI_OPEN_PROTOCOL_BY_DRIVER) {
893 if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) == EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) {
895 if ((*HandleBuffer)[ChildIndex] == OpenInfo[OpenInfoIndex].ControllerHandle) {
902 if (DriverBindingHandle == NULL && OpenInfo[OpenInfoIndex].ControllerHandle == ControllerHandle) {
903 if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) == EFI_OPEN_PROTOCOL_BY_DRIVER) {
905 if ((*HandleBuffer)[ChildIndex] == OpenInfo[OpenInfoIndex].AgentHandle) {
910 if ((OpenInfo[OpenInfoInde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c850 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; local
890 &OpenInfo,
895 if (OpenInfo[OpenInfoIndex].AgentHandle == Image->Handle) {
900 OpenInfo[OpenInfoIndex].ControllerHandle
904 if (OpenInfo != NULL) {
905 CoreFreePool(OpenInfo);

Completed in 48 milliseconds