Home
last modified time | relevance | path

Searched refs:ChildCount (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrivers.c188 UINTN ChildCount; in ShellCommandRunDrivers() local
272 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()
DDevTree.c51 UINTN ChildCount; in DoDevTreeForHandle() local
58 ChildCount = 0; in DoDevTreeForHandle()
126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer); in DoDevTreeForHandle()
127 for (LoopVar = 0 ; LoopVar < ChildCount && ShellStatus == SHELL_SUCCESS; LoopVar++){ in DoDevTreeForHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.c968 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()
DSerial.h96 UINTN ChildCount; // Count of child SerialIo instance. member