Searched refs:ChildCount (Results 1 – 4 of 4) sorted by relevance
188 UINTN ChildCount; in ShellCommandRunDrivers() local272 ChildCount = 0; in ShellCommandRunDrivers()274 Status = ParseHandleDatabaseForChildDevices (*HandleWalker, &ChildCount , NULL); in ShellCommandRunDrivers()294 ChildCount > 0?L'B':(DeviceCount > 0?L'D':L'?'), in ShellCommandRunDrivers()298 ChildCount, in ShellCommandRunDrivers()
51 UINTN ChildCount; in DoDevTreeForHandle() local58 ChildCount = 0; in DoDevTreeForHandle()126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer); in DoDevTreeForHandle()127 for (LoopVar = 0 ; LoopVar < ChildCount && ShellStatus == SHELL_SUCCESS; LoopVar++){ in DoDevTreeForHandle()
968 PciDeviceInfo->ChildCount = 0; in SerialControllerDriverStart()1027 PciDeviceInfo->ChildCount++; in SerialControllerDriverStart()1048 PciDeviceInfo->ChildCount++; in SerialControllerDriverStart()1064 if ((PciDeviceInfo != NULL) && (PciDeviceInfo->ChildCount != 0)) { in SerialControllerDriverStart()1218 ASSERT (PciDeviceInfo->ChildCount != 0); in SerialControllerDriverStop()1219 PciDeviceInfo->ChildCount--; in SerialControllerDriverStop()1235 if ((PciDeviceInfo != NULL) && (PciDeviceInfo->ChildCount == 0)) { in SerialControllerDriverStop()
96 UINTN ChildCount; // Count of child SerialIo instance. member