]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiDpLib/DpTrace.c
ShellPkg: Rename some functions in Dp to avoid build errors.
[mirror_edk2.git] / ShellPkg / Library / UefiDpLib / DpTrace.c
index de1d45aa8b7dee5e9f1d376494d5a7f5e8ff00ac..cf8200c6f1a235f6dbbc0f0da9653fa7c0f4f746 100644 (file)
@@ -2,6 +2,7 @@
   Trace reporting for the Dp utility.\r
 \r
   Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.\r
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
   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
@@ -216,7 +217,7 @@ DumpAllTrace(
         // See if the Handle is in the HandleBuffer\r
         for (TIndex = 0; TIndex < (Size / sizeof(HandleBuffer[0])); TIndex++) {\r
           if (Measurement.Handle == HandleBuffer[TIndex]) {\r
-            GetNameFromHandle (HandleBuffer[TIndex]);\r
+            DpGetNameFromHandle (HandleBuffer[TIndex]);\r
             break;\r
           }\r
         }\r
@@ -582,7 +583,7 @@ ProcessHandles(
       // See if the Handle is in the HandleBuffer\r
       for (Index = 0; Index < (Size / sizeof(HandleBuffer[0])); Index++) {\r
         if (Measurement.Handle == HandleBuffer[Index]) {\r
-          GetNameFromHandle (HandleBuffer[Index]); // Name is put into mGaugeString\r
+          DpGetNameFromHandle (HandleBuffer[Index]); // Name is put into mGaugeString\r
           break;\r
         }\r
       }\r