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

Go to the source code of this file.

Functions

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

Variables

STATIC CONST SHELL_PARAM_ITEM ParamList []
 

Detailed Description

Main file for Ver shell level 3 function.

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

Definition in file Ver.c.

Function Documentation

◆ ShellCommandRunVer()

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

Function for 'ver' command.

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

Definition at line 31 of file Ver.c.

Variable Documentation

◆ ParamList

Initial value:
= {
{ L"-s", TypeFlag },
{ L"-terse", TypeFlag },
{ L"-t", TypeFlag },
{ L"-_pa", 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 15 of file Ver.c.