TianoCore EDK2 master
Loading...
Searching...
No Matches
Reconnect.c File Reference

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 []
 

Detailed Description

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.

Function Documentation

◆ ConnectAllConsoles()

VOID ConnectAllConsoles ( VOID  )

Connect all the possible console devices.

Definition at line 23 of file Reconnect.c.

◆ ShellCommandRunReconnect()

SHELL_STATUS EFIAPI ShellCommandRunReconnect ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Function for 'reconnect' command.

Parameters
[in]ImageHandleHandle to the Image (NULL if Internal).
[in]SystemTablePointer to the System Table (NULL if Internal).

Definition at line 44 of file Reconnect.c.

Variable Documentation

◆ ParamList

Initial value:
= {
{ L"-r", TypeFlag },
{ NULL, TypeMax }
}
#define NULL
Definition: Base.h:319
@ TypeFlag
A flag that is present or not present only (IE "-a").
Definition: ShellLib.h:699

Definition at line 13 of file Reconnect.c.