Lines Matching refs:ChildIndex
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()
1884 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1885 (*HandleType)[ChildIndex] |= (UINTN)(HR_DEVICE_HANDLE | HR_CHILD_HANDLE); in ParseHandleDatabaseByRelationshipWithType()
1913 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType()
1914 if (OpenInfo[OpenInfoIndex].ControllerHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1915 (*HandleType)[ChildIndex] |= (UINTN)(HR_DEVICE_HANDLE | HR_CHILD_HANDLE); in ParseHandleDatabaseByRelationshipWithType()
1920 for (ChildIndex = 0; ChildIndex < *HandleCount; ChildIndex++) { in ParseHandleDatabaseByRelationshipWithType()
1921 if (OpenInfo[OpenInfoIndex].AgentHandle == (*HandleBuffer)[ChildIndex]) { in ParseHandleDatabaseByRelationshipWithType()
1922 (*HandleType)[ChildIndex] |= (UINTN)(HR_BUS_DRIVER | HR_DEVICE_DRIVER); in ParseHandleDatabaseByRelationshipWithType()