TianoCore EDK2 master
|
#include "UefiShellDriver1CommandsLib.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | TraverseHandleDatabase (IN CONST EFI_HANDLE TheHandle) |
SHELL_STATUS EFIAPI | ShellCommandRunOpenInfo (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST CHAR16 | StringHandProt [] = L"HandProt " |
STATIC CONST CHAR16 | StringGetProt [] = L"GetProt " |
STATIC CONST CHAR16 | StringTestProt [] = L"TestProt " |
STATIC CONST CHAR16 | StringChild [] = L"Child " |
STATIC CONST CHAR16 | StringDriver [] = L"Driver " |
STATIC CONST CHAR16 | StringExclusive [] = L"Exclusive" |
STATIC CONST CHAR16 | StringDriverEx [] = L"DriverEx " |
STATIC CONST CHAR16 | StringUnknown [] = L"Unknown " |
Main file for OpenInfo shell Driver1 function.
(C) Copyright 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 OpenInfo.c.
SHELL_STATUS EFIAPI ShellCommandRunOpenInfo | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Function for 'openinfo' command.
[in] | ImageHandle | Handle to the Image (NULL if Internal). |
[in] | SystemTable | Pointer to the System Table (NULL if Internal). |
Definition at line 161 of file OpenInfo.c.
EFI_STATUS TraverseHandleDatabase | ( | IN CONST EFI_HANDLE | TheHandle | ) |
Open the database and print out all the info about TheHandle.
[in] | TheHandle | The handle to print info on. |
EFI_SUCCESS | The operation was successful. |
EFI_INVALID_PARAMETER | TheHandle was NULL. |
EFI_OUT_OF_RESOURCES | A memory allocation failed. |
Definition at line 31 of file OpenInfo.c.
Definition at line 15 of file OpenInfo.c.
Definition at line 16 of file OpenInfo.c.
Definition at line 18 of file OpenInfo.c.
Definition at line 17 of file OpenInfo.c.
Definition at line 13 of file OpenInfo.c.
Definition at line 12 of file OpenInfo.c.
Definition at line 14 of file OpenInfo.c.
Definition at line 19 of file OpenInfo.c.