Searched refs:ChildCount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c185 UINTN ChildCount; local
256 ChildCount = 0;
258 Status = ParseHandleDatabaseForChildDevices (*HandleWalker, &ChildCount , NULL);
272 ChildCount > 0?L'B':(DeviceCount > 0?L'D':L'?'),
276 ChildCount,
H A DDevTree.c50 UINTN ChildCount; local
57 ChildCount = 0;
136 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer);
137 for (LoopVar = 0 ; LoopVar < ChildCount && ShellStatus == SHELL_SUCCESS; LoopVar++){

Completed in 86 milliseconds