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

Go to the source code of this file.

Functions

SHELL_STATUS EFIAPI ShellCommandRunExit (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

STATIC CONST SHELL_PARAM_ITEM ParamList []
 

Detailed Description

Main file for exit shell level 1 function.

(C) Copyright 2015 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Exit.c.

Function Documentation

◆ ShellCommandRunExit()

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

Function for 'exit' command.

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

Definition at line 25 of file Exit.c.

Variable Documentation

◆ ParamList

Initial value:
= {
{ L"/b", 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 12 of file Exit.c.