Searched refs:ChildIndex (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacySio.c | 44 UINTN ChildIndex; in LegacyBiosBuildSioData() local 166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) { in LegacyBiosBuildSioData()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
D | UefiHandleParsingLib.c | 1753 UINTN ChildIndex; in ParseHandleDatabaseByRelationshipWithType() local 1860 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType() 1861 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType() 1862 (*HandleType)[ChildIndex] |= (UINTN)(HR_DEVICE_HANDLE | HR_CHILD_HANDLE); in ParseHandleDatabaseByRelationshipWithType() 1873 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType() 1874 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType() 1875 (*HandleType)[ChildIndex] |= (UINTN)HR_DEVICE_DRIVER; in ParseHandleDatabaseByRelationshipWithType() 1880 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType() 1881 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType() 1882 (*HandleType)[ChildIndex] |= (UINTN)(HR_BUS_DRIVER | HR_DEVICE_DRIVER); in ParseHandleDatabaseByRelationshipWithType() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | DrvCfg.c | 573 UINTN ChildIndex; in PreHiiDrvCfg() local 895 for (ChildIndex = 0; ChildIndex < ChildHandleCount; ChildIndex++) { in PreHiiDrvCfg() 897 if ((ChildHandleType[ChildIndex] & HR_CHILD_HANDLE) != HR_CHILD_HANDLE) { in PreHiiDrvCfg() 901 if (ChildHandle != NULL && ChildHandle != ChildHandleBuffer[ChildIndex]) { in PreHiiDrvCfg() 907 HandleIndex3 = ConvertHandleToHandleIndex (ChildHandleBuffer[ChildIndex]); in PreHiiDrvCfg() 923 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg() 939 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg() 957 ChildHandleBuffer[ChildIndex] in PreHiiDrvCfg() 982 ChildHandleBuffer[ChildIndex], in PreHiiDrvCfg() 989 HandleIndex3 = ConvertHandleToHandleIndex (ChildHandleBuffer[ChildIndex]); in PreHiiDrvCfg() [all …]
|
D | Dh.c | 284 UINTN ChildIndex; in DisplayDriverModelHandle() local 611 for (ChildIndex = 0; ChildIndex < ChildControllerHandleCount; ChildIndex++) { in DisplayDriverModelHandle() 612 …Status = gEfiShellProtocol->GetDeviceName(ChildControllerHandleBuffer[ChildIndex], EFI_DEVICE_NAME… in DisplayDriverModelHandle() 620 ConvertHandleToHandleIndex(ChildControllerHandleBuffer[ChildIndex]), in DisplayDriverModelHandle()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmDriverHealth.c | 303 UINTN ChildIndex; in EfiBootManagerGetDriverHealthInfo() local 376 for (ChildIndex = 0; ChildIndex < HandleCount; ChildIndex++) { in EfiBootManagerGetDriverHealthInfo() 377 …nfo, Count, DriverHealthHandles[DriverHealthIndex], Handles[ControllerIndex], Handles[ChildIndex]); in EfiBootManagerGetDriverHealthInfo()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
D | DeviceManager.c | 1770 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/ |
D | ShellR64.patch | 1235 UINTN ChildIndex;
|