Searched defs:IndentCharCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDevTree.c30 @param[in] IndentCharCount How many characters to indent (allows for recursion).
41 IN CONST UINTN IndentCharCount,
90 if (IndentCharCount == 0) {
115 UnicodeSPrint(FormatString, StrSize(HiiString) + (10)*sizeof(FormatString[0]), L"%%%ds %s", IndentCharCount, HiiString);
134 // recurse on each child handle with IndentCharCount + 2
138 ShellStatus = DoDevTreeForHandle(ChildHandleBuffer[LoopVar], Lang, UseDevPaths, IndentCharCount+2, HiiString);
37 DoDevTreeForHandle( IN CONST EFI_HANDLE TheHandle, IN CONST CHAR8 *Lang OPTIONAL, IN CONST BOOLEAN UseDevPaths, IN CONST UINTN IndentCharCount, IN CONST CHAR16 *HiiString ) argument

Completed in 978 milliseconds