TianoCore EDK2 master
|
#include "UefiShellDriver1CommandsLib.h"
Go to the source code of this file.
Functions | |
SHELL_STATUS | DoDevTreeForHandle (IN CONST EFI_HANDLE TheHandle, IN CONST CHAR8 *Lang OPTIONAL, IN CONST BOOLEAN UseDevPaths, IN CONST UINTN IndentCharCount, IN CONST CHAR16 *HiiString) |
SHELL_STATUS EFIAPI | ShellCommandRunDevTree (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST SHELL_PARAM_ITEM | ParamList [] |
Main file for DevTree shell Driver1 function.
(C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DevTree.c.
SHELL_STATUS DoDevTreeForHandle | ( | IN CONST EFI_HANDLE | TheHandle, |
IN CONST CHAR8 *Lang | OPTIONAL, | ||
IN CONST BOOLEAN | UseDevPaths, | ||
IN CONST UINTN | IndentCharCount, | ||
IN CONST CHAR16 * | HiiString | ||
) |
Display a tree starting from this handle.
[in] | TheHandle | The handle to start with. |
[in] | Lang | Optionally, a UEFI defined language code. |
[in] | UseDevPaths | TRUE to display info from DevPath as identifiers. FALSE will use component name protocol instead. |
[in] | IndentCharCount | How many characters to indent (allows for recursion). |
[in] | HiiString | The string from HII to use for output. |
SHELL_SUCCESS | The operation was successful. |
SHELL_STATUS EFIAPI ShellCommandRunDevTree | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
STATIC CONST SHELL_PARAM_ITEM ParamList[] |