]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdExtIo.c
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCmdExtIo.c
index 5a3fe57185dfd3b443981ce8f5e35d40c65535f5..6540f301cb632c8e63d4a757de332c1b2699a7d3 100644 (file)
@@ -1,50 +1,32 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
+**/\r
 \r
-  EdbCmdExtIo.c\r
+#include "Edb.h"\r
 \r
-Abstract:\r
+/**\r
 \r
+  DebuggerCommand - IB.\r
 \r
---*/\r
+  @param  CommandArg        The argument for this command\r
+  @param  DebuggerPrivate   EBC Debugger private data structure\r
+  @param  ExceptionType     Exception type.\r
+  @param  SystemContext     EBC system context.\r
 \r
-#include "Edb.h"\r
+  @retval EFI_DEBUG_CONTINUE   formal return value\r
 \r
+**/\r
 EFI_DEBUG_STATUS\r
 DebuggerExtIoIB (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  DebuggerCommand - IB\r
-\r
-Arguments:\r
-\r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
-\r
-Returns:\r
-\r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r
@@ -53,31 +35,26 @@ Returns:
   return EFI_DEBUG_CONTINUE;\r
 }\r
 \r
-EFI_DEBUG_STATUS\r
-DebuggerExtIoIW (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
+/**\r
 \r
-  DebuggerCommand - IW\r
+  DebuggerCommand - IW.\r
 \r
-Arguments:\r
 \r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Exception type.\r
+  @param  SystemContext   - EBC system context.\r
 \r
-Returns:\r
+  @retval  EFI_DEBUG_CONTINUE - formal return value\r
 \r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
+**/\r
+EFI_DEBUG_STATUS\r
+DebuggerExtIoIW (\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
+  )\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r
@@ -86,31 +63,26 @@ Returns:
   return EFI_DEBUG_CONTINUE;\r
 }\r
 \r
-EFI_DEBUG_STATUS\r
-DebuggerExtIoID (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
-  )\r
-/*++\r
+/**\r
 \r
-Routine Description:\r
+  DebuggerCommand - ID.\r
 \r
-  DebuggerCommand - ID\r
 \r
-Arguments:\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Exception type.\r
+  @param  SystemContext   - EBC system context.\r
 \r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
+  @retval  EFI_DEBUG_CONTINUE - formal return value\r
 \r
-Returns:\r
-\r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
+**/\r
+EFI_DEBUG_STATUS\r
+DebuggerExtIoID (\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
+  )\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r
@@ -119,31 +91,25 @@ Returns:
   return EFI_DEBUG_CONTINUE;\r
 }\r
 \r
-EFI_DEBUG_STATUS\r
-DebuggerExtIoOB (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  DebuggerCommand - OB\r
+/**\r
 \r
-Arguments:\r
+  DebuggerCommand - OB.\r
 \r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Interrupt type.\r
+  @param  SystemContext   - EBC system context.\r
 \r
-Returns:\r
+  @retval EFI_DEBUG_CONTINUE - formal return value\r
 \r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
+**/\r
+EFI_DEBUG_STATUS\r
+DebuggerExtIoOB (\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
+  )\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r
@@ -152,31 +118,25 @@ Returns:
   return EFI_DEBUG_CONTINUE;\r
 }\r
 \r
-EFI_DEBUG_STATUS\r
-DebuggerExtIoOW (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  DebuggerCommand - OW\r
+/**\r
 \r
-Arguments:\r
+  DebuggerCommand - OW.\r
 \r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Interrupt type.\r
+  @param  SystemContext   - EBC system context.\r
 \r
-Returns:\r
+  @retval EFI_DEBUG_CONTINUE - formal return value\r
 \r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
+**/\r
+EFI_DEBUG_STATUS\r
+DebuggerExtIoOW (\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
+  )\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r
@@ -185,31 +145,25 @@ Returns:
   return EFI_DEBUG_CONTINUE;\r
 }\r
 \r
-EFI_DEBUG_STATUS\r
-DebuggerExtIoOD (\r
-  IN     CHAR16                    *CommandArg,\r
-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
-  IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
-  IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
-  )\r
-/*++\r
+/**\r
 \r
-Routine Description:\r
+  DebuggerCommand - OD.\r
 \r
-  DebuggerCommand - OD\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Interrupt type.\r
+  @param  SystemContext   - EBC system context.\r
 \r
-Arguments:\r
+  @retval  EFI_DEBUG_CONTINUE - formal return value\r
 \r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
-\r
-Returns:\r
-\r
-  EFI_DEBUG_CONTINUE - formal return value\r
-\r
---*/\r
+**/\r
+EFI_DEBUG_STATUS\r
+DebuggerExtIoOD (\r
+  IN     CHAR16                     *CommandArg,\r
+  IN     EFI_DEBUGGER_PRIVATE_DATA  *DebuggerPrivate,\r
+  IN     EFI_EXCEPTION_TYPE         ExceptionType,\r
+  IN OUT EFI_SYSTEM_CONTEXT         SystemContext\r
+  )\r
 {\r
   EDBPrint (L"Unsupported\n");\r
   //\r