ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
Chen A Chen
2016-09-29 14:41:41 +08:00
committed by Ruiyu Ni
parent c20bd8e1e2
commit c4e74e9b81
34 changed files with 0 additions and 241 deletions

View File

@ -24,7 +24,6 @@
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySELAccessMethod (
IN CONST UINT8 Key,
IN CONST UINT8 Option
@ -76,7 +75,6 @@ DisplaySELAccessMethod (
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySELLogStatus (
UINT8 Key,
UINT8 Option
@ -115,7 +113,6 @@ DisplaySELLogStatus (
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySysEventLogHeaderFormat (
UINT8 Key,
UINT8 Option
@ -220,7 +217,6 @@ DisplaySysEventLogHeaderType1 (
@param[in] LogHeader Format informcation.
**/
VOID
EFIAPI
DisplaySysEventLogHeader (
UINT8 LogHeaderFormat,
UINT8 *LogHeader
@ -334,7 +330,6 @@ DisplayElVdfInfo (
@param[in] LogAreaLength Length of the data.
**/
VOID
EFIAPI
DisplaySysEventLogData (
UINT8 *LogData,
UINT16 LogAreaLength

View File

@ -56,7 +56,6 @@ typedef struct {
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySELAccessMethod (
IN CONST UINT8 Key,
IN CONST UINT8 Option
@ -69,7 +68,6 @@ DisplaySELAccessMethod (
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySELLogStatus (
UINT8 Key,
UINT8 Option
@ -82,7 +80,6 @@ DisplaySELLogStatus (
@param[in] Option Whether to print the additional information.
**/
VOID
EFIAPI
DisplaySysEventLogHeaderFormat (
UINT8 Key,
UINT8 Option
@ -95,7 +92,6 @@ DisplaySysEventLogHeaderFormat (
@param[in] LogHeader Format informcation.
**/
VOID
EFIAPI
DisplaySysEventLogHeader (
UINT8 LogHeaderFormat,
UINT8 *LogHeader
@ -108,7 +104,6 @@ DisplaySysEventLogHeader (
@param[in] LogAreaLength Length of the data.
**/
VOID
EFIAPI
DisplaySysEventLogData (
UINT8 *LogData,
UINT16 LogAreaLength

View File

@ -242,7 +242,6 @@ Done:
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
EFIAPI
SMBiosView (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@ -416,7 +415,6 @@ SMBiosView (
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
EFIAPI
SMBios64View (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@ -582,7 +580,6 @@ SMBios64View (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
InitSmbiosTableStatistics (
VOID
)
@ -672,7 +669,6 @@ InitSmbiosTableStatistics (
@retval EFI_SUCCESS Calculation was successful.
**/
EFI_STATUS
EFIAPI
CalculateSmbios64BitStructureCountAndLength (
SMBIOS_TABLE_3_0_ENTRY_POINT *Smbios64EntryPoint,
UINTN *NumberOfSmbios64Structures,
@ -722,7 +718,6 @@ CalculateSmbios64BitStructureCountAndLength (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
InitSmbios64BitTableStatistics (
VOID
)
@ -819,7 +814,6 @@ InitSmbios64BitTableStatistics (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
DisplayStatisticsTable (
IN UINT8 Option
)
@ -900,7 +894,6 @@ DisplayStatisticsTable (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
DisplaySmbios64BitStatisticsTable (
IN UINT8 Option
)
@ -981,7 +974,6 @@ DisplaySmbios64BitStatisticsTable (
@return A pointer to a string representing the ShowType (or 'undefined type' if not known).
**/
CHAR16 *
EFIAPI
GetShowTypeString (
UINT8 ShowType
)

View File

@ -39,7 +39,6 @@ typedef struct {
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
EFIAPI
SMBiosView (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@ -60,7 +59,6 @@ SMBiosView (
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
EFIAPI
SMBios64View (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@ -74,7 +72,6 @@ SMBios64View (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
InitSmbiosTableStatistics (
VOID
);
@ -85,7 +82,6 @@ InitSmbiosTableStatistics (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
InitSmbios64BitTableStatistics (
VOID
);
@ -98,7 +94,6 @@ InitSmbios64BitTableStatistics (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
DisplayStatisticsTable (
IN UINT8 Option
);
@ -111,7 +106,6 @@ DisplayStatisticsTable (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
EFIAPI
DisplaySmbios64BitStatisticsTable (
IN UINT8 Option
);
@ -124,7 +118,6 @@ DisplaySmbios64BitStatisticsTable (
@return A pointer to a string representing the ShowType (or 'undefined type' if not known).
**/
CHAR16*
EFIAPI
GetShowTypeString (
UINT8 ShowType
);