Home
last modified time | relevance | path

Searched refs:OpenInfo (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DOpenInfo.c45 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; in TraverseHandleDatabase() local
86 &OpenInfo, in TraverseHandleDatabase()
92 switch (OpenInfo[OpenInfoIndex].Attributes) { in TraverseHandleDatabase()
103 HandleIndex = ConvertHandleToHandleIndex(OpenInfo[OpenInfoIndex].AgentHandle); in TraverseHandleDatabase()
104 Name = GetStringNameFromHandle(OpenInfo[OpenInfoIndex].AgentHandle, NULL); in TraverseHandleDatabase()
105 ControllerIndex = ConvertHandleToHandleIndex(OpenInfo[OpenInfoIndex].ControllerHandle); in TraverseHandleDatabase()
115 OpenInfo[OpenInfoIndex].OpenCount, in TraverseHandleDatabase()
127 OpenInfo[OpenInfoIndex].OpenCount, in TraverseHandleDatabase()
133 FreePool (OpenInfo); in TraverseHandleDatabase()
DUefiShellDriver1CommandsLib.inf28 OpenInfo.c
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscOemType0x90Function.c83 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo = NULL;
112 &OpenInfo,
118 if(OpenInfo[OpenInfoIndex].AgentHandle == Father) {
119 …if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) == EFI_OPEN_PROTO…
129 if(OpenInfo != NULL) {
130 FreePool(OpenInfo);
131 OpenInfo = NULL;
140 if(OpenInfo != NULL) {
141 FreePool (OpenInfo);
142 OpenInfo = NULL;
DMiscOemType0x94Function.c369 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo = NULL;
401 &OpenInfo,
408 if(OpenInfo[OpenInfoIndex].AgentHandle == Father)
410 …if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) == EFI_OPEN_PROTO…
421 if(OpenInfo != NULL)
423 FreePool(OpenInfo);
424 OpenInfo = NULL;
431 if(OpenInfo != NULL)
433 FreePool (OpenInfo);
434 OpenInfo = NULL;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
DIgdOpRegion.c340 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo = NULL;
369 &OpenInfo,
374 if(OpenInfo[OpenInfoIndex].AgentHandle == Father) {
375 …if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) == EFI_OPEN_PROTO…
385 if(OpenInfo != NULL) {
386 FreePool(OpenInfo);
387 OpenInfo = NULL;
394 if(OpenInfo != NULL) {
395 FreePool (OpenInfo);
396 OpenInfo = NULL;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c1750 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; in ParseHandleDatabaseByRelationshipWithType() local
1836 &OpenInfo, in ParseHandleDatabaseByRelationshipWithType()
1849 …if (OpenInfo[OpenInfoIndex].AgentHandle == DriverBindingHandle && (OpenInfo[OpenInfoIndex].Attribu… in ParseHandleDatabaseByRelationshipWithType()
1855 …if (OpenInfo[OpenInfoIndex].AgentHandle == DriverBindingHandle && (OpenInfo[OpenInfoIndex].Attribu… in ParseHandleDatabaseByRelationshipWithType()
1861 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1872 if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) != 0) { in ParseHandleDatabaseByRelationshipWithType()
1874 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1879 if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in ParseHandleDatabaseByRelationshipWithType()
1881 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1884 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c1005 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo = NULL;
1037 &OpenInfo,
1044 if(OpenInfo[OpenInfoIndex].AgentHandle == Father)
1046 …if ((OpenInfo[OpenInfoIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) == EFI_OPEN_PROTO…
1057 if(OpenInfo != NULL)
1059 FreePool(OpenInfo);
1060 OpenInfo = NULL;
1067 if(OpenInfo != NULL)
1069 FreePool (OpenInfo);
1070 OpenInfo = NULL;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c854 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfo; in CoreUnloadAndCloseImage() local
901 &OpenInfo, in CoreUnloadAndCloseImage()
906 if (OpenInfo[OpenInfoIndex].AgentHandle == Image->Handle) { in CoreUnloadAndCloseImage()
911 OpenInfo[OpenInfoIndex].ControllerHandle in CoreUnloadAndCloseImage()
915 if (OpenInfo != NULL) { in CoreUnloadAndCloseImage()
916 CoreFreePool(OpenInfo); in CoreUnloadAndCloseImage()