TianoCore EDK2 master
|
#include "UefiShellDriver1CommandsLib.h"
Go to the source code of this file.
Functions | |
VOID | ConnectAllConsoles (VOID) |
SHELL_STATUS EFIAPI | ShellCommandRunReconnect (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST SHELL_PARAM_ITEM | ParamList [] |
Main file for Reconnect shell Driver1 function.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Reconnect.c.
VOID ConnectAllConsoles | ( | VOID | ) |
Connect all the possible console devices.
Definition at line 23 of file Reconnect.c.
SHELL_STATUS EFIAPI ShellCommandRunReconnect | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Function for 'reconnect' command.
[in] | ImageHandle | Handle to the Image (NULL if Internal). |
[in] | SystemTable | Pointer to the System Table (NULL if Internal). |
Definition at line 44 of file Reconnect.c.
STATIC CONST SHELL_PARAM_ITEM ParamList[] |
Definition at line 13 of file Reconnect.c.