Home
last modified time | relevance | path

Searched refs:ChildIndex (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacySio.c41 UINTN ChildIndex; in LegacyBiosBuildSioDataFromSio() local
166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) { in LegacyBiosBuildSioDataFromSio()
167 … if ((OpenInfoBuffer[ChildIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in LegacyBiosBuildSioDataFromSio()
168 …Status = gBS->HandleProtocol (OpenInfoBuffer[ChildIndex].ControllerHandle, &gEfiSerialIoProtocolGu… in LegacyBiosBuildSioDataFromSio()
260 UINTN ChildIndex; in LegacyBiosBuildSioDataFromIsaIo() local
355 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) { in LegacyBiosBuildSioDataFromIsaIo()
356 … if ((OpenInfoBuffer[ChildIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in LegacyBiosBuildSioDataFromIsaIo()
357 …Status = gBS->HandleProtocol (OpenInfoBuffer[ChildIndex].ControllerHandle, &gEfiSerialIoProtocolGu… in LegacyBiosBuildSioDataFromIsaIo()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmDriverHealth.c304 UINTN ChildIndex; in EfiBootManagerGetDriverHealthInfo() local
377 for (ChildIndex = 0; ChildIndex < HandleCount; ChildIndex++) { in EfiBootManagerGetDriverHealthInfo()
378 …nfo, Count, DriverHealthHandles[DriverHealthIndex], Handles[ControllerIndex], Handles[ChildIndex]); in EfiBootManagerGetDriverHealthInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrvCfg.c574 UINTN ChildIndex; in PreHiiDrvCfg() local
896 for (ChildIndex = 0; ChildIndex < ChildHandleCount; ChildIndex++) { in PreHiiDrvCfg()
898 if ((ChildHandleType[ChildIndex] & HR_CHILD_HANDLE) != HR_CHILD_HANDLE) { in PreHiiDrvCfg()
902 if (ChildHandle != NULL && ChildHandle != ChildHandleBuffer[ChildIndex]) { in PreHiiDrvCfg()
908 HandleIndex3 = ConvertHandleToHandleIndex (ChildHandleBuffer[ChildIndex]); in PreHiiDrvCfg()
924 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg()
940 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg()
958 ChildHandleBuffer[ChildIndex] in PreHiiDrvCfg()
983 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg()
990 HandleIndex3 = ConvertHandleToHandleIndex (ChildHandleBuffer[ChildIndex]); in PreHiiDrvCfg()
[all …]
DDh.c279 UINTN ChildIndex; in DisplayDriverModelHandle() local
606 for (ChildIndex = 0; ChildIndex < ChildControllerHandleCount; ChildIndex++) { in DisplayDriverModelHandle()
607 …Status = gEfiShellProtocol->GetDeviceName(ChildControllerHandleBuffer[ChildIndex], EFI_DEVICE_NAME… in DisplayDriverModelHandle()
615 ConvertHandleToHandleIndex(ChildControllerHandleBuffer[ChildIndex]), in DisplayDriverModelHandle()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c2390 UINTN ChildIndex; in ParseHandleDatabaseByRelationshipWithType() local
2497 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType()
2498 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
2499 (*HandleType)[ChildIndex] |= (UINTN)(HR_DEVICE_HANDLE | HR_CHILD_HANDLE); in ParseHandleDatabaseByRelationshipWithType()
2510 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType()
2511 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
2512 (*HandleType)[ChildIndex] |= (UINTN)HR_DEVICE_DRIVER; in ParseHandleDatabaseByRelationshipWithType()
2517 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType()
2518 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
2519 (*HandleType)[ChildIndex] |= (UINTN)(HR_BUS_DRIVER | HR_DEVICE_DRIVER); in ParseHandleDatabaseByRelationshipWithType()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c1770 UINTN ChildIndex; in GetAllControllersHealthStatus() local
1907 for (ChildIndex = 0; ChildIndex < HandleCount; ChildIndex++) { in GetAllControllersHealthStatus()
1911 if (Handles[ChildIndex] == NULL) { in GetAllControllersHealthStatus()
1915 …verHealthHandles[DriverHealthIndex], Handles[ControllerIndex], Handles[ChildIndex], DriverHealth, … in GetAllControllersHealthStatus()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch1235 UINTN ChildIndex;