TianoCore EDK2 master
|
#include "UefiShellDriver1CommandsLib.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | DisconnectAll (VOID) |
SHELL_STATUS EFIAPI | ShellCommandRunDisconnect (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST SHELL_PARAM_ITEM | ParamList [] |
Main file for Disconnect shell Driver1 function.
(C) Copyright 2016 Hewlett Packard Enterprise Development LP
(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 Disconnect.c.
EFI_STATUS DisconnectAll | ( | VOID | ) |
Disconnect everything.
EFI_SUCCESS | The operation was successful. |
Definition at line 25 of file Disconnect.c.
SHELL_STATUS EFIAPI ShellCommandRunDisconnect | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Function for 'disconnect' command.
[in] | ImageHandle | Handle to the Image (NULL if Internal). |
[in] | SystemTable | Pointer to the System Table (NULL if Internal). |
Definition at line 82 of file Disconnect.c.
STATIC CONST SHELL_PARAM_ITEM ParamList[] |
Definition at line 13 of file Disconnect.c.