ShellPkg/UefiShellLevel3CommandsLib: 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:
@ -24,7 +24,6 @@
|
|||||||
@return any return code from GetNextVariableName except EFI_NOT_FOUND
|
@return any return code from GetNextVariableName except EFI_NOT_FOUND
|
||||||
**/
|
**/
|
||||||
SHELL_STATUS
|
SHELL_STATUS
|
||||||
EFIAPI
|
|
||||||
PrintAllShellAlias(
|
PrintAllShellAlias(
|
||||||
VOID
|
VOID
|
||||||
)
|
)
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
@retval EFI_SUCCESS the operation was successful.
|
@retval EFI_SUCCESS the operation was successful.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
LexicalInsertIntoList(
|
LexicalInsertIntoList(
|
||||||
IN OUT CHAR16 **DestList,
|
IN OUT CHAR16 **DestList,
|
||||||
IN OUT UINTN *DestSize,
|
IN OUT UINTN *DestSize,
|
||||||
@ -116,7 +115,6 @@ LexicalInsertIntoList(
|
|||||||
@retval EFI_SUCCESS the operation was successful.
|
@retval EFI_SUCCESS the operation was successful.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
CopyListOfCommandNames(
|
CopyListOfCommandNames(
|
||||||
IN OUT CHAR16 **DestList,
|
IN OUT CHAR16 **DestList,
|
||||||
IN OUT UINTN *DestSize,
|
IN OUT UINTN *DestSize,
|
||||||
@ -147,7 +145,6 @@ CopyListOfCommandNames(
|
|||||||
**/
|
**/
|
||||||
STATIC
|
STATIC
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
CopyListOfCommandNamesWithDynamic(
|
CopyListOfCommandNamesWithDynamic(
|
||||||
IN OUT CHAR16** DestList,
|
IN OUT CHAR16** DestList,
|
||||||
IN OUT UINTN *DestSize
|
IN OUT UINTN *DestSize
|
||||||
@ -205,7 +202,6 @@ CopyListOfCommandNamesWithDynamic(
|
|||||||
@retval EFI_DEVICE_ERROR The help data format was incorrect.
|
@retval EFI_DEVICE_ERROR The help data format was incorrect.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
PrintDynamicCommandHelp(
|
PrintDynamicCommandHelp(
|
||||||
IN CONST CHAR16 *CommandToGetHelpOn,
|
IN CONST CHAR16 *CommandToGetHelpOn,
|
||||||
IN CONST CHAR16 *SectionToGetHelpOn,
|
IN CONST CHAR16 *SectionToGetHelpOn,
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
@retval EFI_SUCCESS The operation was successful.
|
@retval EFI_SUCCESS The operation was successful.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
TouchFileByHandle (
|
TouchFileByHandle (
|
||||||
IN EFI_HANDLE Handle
|
IN EFI_HANDLE Handle
|
||||||
)
|
)
|
||||||
@ -65,7 +64,6 @@ TouchFileByHandle (
|
|||||||
@retval EFI_SUCCESS The operation was successful.
|
@retval EFI_SUCCESS The operation was successful.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
DoTouchByHandle (
|
DoTouchByHandle (
|
||||||
IN CONST CHAR16 *Name,
|
IN CONST CHAR16 *Name,
|
||||||
IN CHAR16 *FS,
|
IN CHAR16 *FS,
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
@retval EFI_SUCCESS The operation was successful.
|
@retval EFI_SUCCESS The operation was successful.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
TypeFileByHandle (
|
TypeFileByHandle (
|
||||||
IN SHELL_FILE_HANDLE Handle,
|
IN SHELL_FILE_HANDLE Handle,
|
||||||
IN BOOLEAN Ascii,
|
IN BOOLEAN Ascii,
|
||||||
|
Reference in New Issue
Block a user