pps_fetch: introduce a helper to handle timeouts
[dragonfly.git] / sys / contrib / dev / acpica / source / components / debugger / dbconvert.c
blob971e3044fd40d4e779a90fb3035cce25b7101ba4
1 /*******************************************************************************
3 * Module Name: dbconvert - debugger miscellaneous conversion routines
5 ******************************************************************************/
7 /******************************************************************************
9 * 1. Copyright Notice
11 * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
12 * All rights reserved.
14 * 2. License
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
19 * property rights.
21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
25 * make derivatives, distribute, use and display any portion of the Covered
26 * Code in any form, with the right to sublicense such rights; and
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 * license (with the right to sublicense), under only those claims of Intel
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
32 * solely to the minimum extent necessary to exercise the above copyright
33 * license, and in no event shall the patent license extend to any additions
34 * to or modifications of the Original Intel Code. No other license or right
35 * is granted directly or by implication, estoppel or otherwise;
37 * The above copyright and patent license is granted only if the following
38 * conditions are met:
40 * 3. Conditions
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
45 * the above Copyright Notice, the above License, this list of Conditions,
46 * and the following Disclaimer and Export Compliance provision. In addition,
47 * Licensee must cause all Covered Code to which Licensee contributes to
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
50 * documentation of any changes made by any predecessor Licensee. Licensee
51 * must include a prominent statement that the modification is derived,
52 * directly or indirectly, from Original Intel Code.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
59 * addition, Licensee may not authorize further sublicense of source of any
60 * portion of the Covered Code, and must include terms to the effect that the
61 * license from Licensee to its licensee is limited to the intellectual
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
64 * make.
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 * substantial portion of the Covered Code or modification must reproduce the
68 * above Copyright Notice, and the following Disclaimer and Export Compliance
69 * provision in the documentation and/or other materials provided with the
70 * distribution.
72 * 3.4. Intel retains all right, title, and interest in and to the Original
73 * Intel Code.
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
78 * without prior written authorization from Intel.
80 * 4. Disclaimer and Export Compliance
82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88 * PARTICULAR PURPOSE.
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97 * LIMITED REMEDY.
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 * software or system incorporating such software without first obtaining any
101 * required license or other approval from the U. S. Department of Commerce or
102 * any other agency or department of the United States Government. In the
103 * event Licensee exports any such software from the United States or
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 * any of its subsidiaries will export/re-export any technical data, process,
109 * software, or service, directly or indirectly, to any country for which the
110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
114 *****************************************************************************
116 * Alternatively, you may choose to be licensed under the terms of the
117 * following license:
119 * Redistribution and use in source and binary forms, with or without
120 * modification, are permitted provided that the following conditions
121 * are met:
122 * 1. Redistributions of source code must retain the above copyright
123 * notice, this list of conditions, and the following disclaimer,
124 * without modification.
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126 * substantially similar to the "NO WARRANTY" disclaimer below
127 * ("Disclaimer") and any redistribution must be conditioned upon
128 * including a substantially similar Disclaimer requirement for further
129 * binary redistribution.
130 * 3. Neither the names of the above-listed copyright holders nor the names
131 * of any contributors may be used to endorse or promote products derived
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146 * Alternatively, you may choose to be licensed under the terms of the
147 * GNU General Public License ("GPL") version 2 as published by the Free
148 * Software Foundation.
150 *****************************************************************************/
152 #include "acpi.h"
153 #include "accommon.h"
154 #include "acdebug.h"
156 #ifdef ACPI_DEBUGGER
158 #define _COMPONENT ACPI_CA_DEBUGGER
159 ACPI_MODULE_NAME ("dbconvert")
162 #define DB_DEFAULT_PKG_ELEMENTS 33
165 /*******************************************************************************
167 * FUNCTION: AcpiDbHexCharToValue
169 * PARAMETERS: HexChar - Ascii Hex digit, 0-9|a-f|A-F
170 * ReturnValue - Where the converted value is returned
172 * RETURN: Status
174 * DESCRIPTION: Convert a single hex character to a 4-bit number (0-16).
176 ******************************************************************************/
178 ACPI_STATUS
179 AcpiDbHexCharToValue (
180 int HexChar,
181 UINT8 *ReturnValue)
183 UINT8 Value;
186 /* Digit must be ascii [0-9a-fA-F] */
188 if (!isxdigit (HexChar))
190 return (AE_BAD_HEX_CONSTANT);
193 if (HexChar <= 0x39)
195 Value = (UINT8) (HexChar - 0x30);
197 else
199 Value = (UINT8) (toupper (HexChar) - 0x37);
202 *ReturnValue = Value;
203 return (AE_OK);
207 /*******************************************************************************
209 * FUNCTION: AcpiDbHexByteToBinary
211 * PARAMETERS: HexByte - Double hex digit (0x00 - 0xFF) in format:
212 * HiByte then LoByte.
213 * ReturnValue - Where the converted value is returned
215 * RETURN: Status
217 * DESCRIPTION: Convert two hex characters to an 8 bit number (0 - 255).
219 ******************************************************************************/
221 static ACPI_STATUS
222 AcpiDbHexByteToBinary (
223 char *HexByte,
224 UINT8 *ReturnValue)
226 UINT8 Local0;
227 UINT8 Local1;
228 ACPI_STATUS Status;
231 /* High byte */
233 Status = AcpiDbHexCharToValue (HexByte[0], &Local0);
234 if (ACPI_FAILURE (Status))
236 return (Status);
239 /* Low byte */
241 Status = AcpiDbHexCharToValue (HexByte[1], &Local1);
242 if (ACPI_FAILURE (Status))
244 return (Status);
247 *ReturnValue = (UINT8) ((Local0 << 4) | Local1);
248 return (AE_OK);
252 /*******************************************************************************
254 * FUNCTION: AcpiDbConvertToBuffer
256 * PARAMETERS: String - Input string to be converted
257 * Object - Where the buffer object is returned
259 * RETURN: Status
261 * DESCRIPTION: Convert a string to a buffer object. String is treated a list
262 * of buffer elements, each separated by a space or comma.
264 ******************************************************************************/
266 static ACPI_STATUS
267 AcpiDbConvertToBuffer (
268 char *String,
269 ACPI_OBJECT *Object)
271 UINT32 i;
272 UINT32 j;
273 UINT32 Length;
274 UINT8 *Buffer;
275 ACPI_STATUS Status;
278 /* Skip all preceding white space*/
280 AcpiUtRemoveWhitespace (&String);
282 /* Generate the final buffer length */
284 for (i = 0, Length = 0; String[i];)
286 i+=2;
287 Length++;
289 while (String[i] &&
290 ((String[i] == ',') || (String[i] == ' ')))
292 i++;
296 Buffer = ACPI_ALLOCATE (Length);
297 if (!Buffer)
299 return (AE_NO_MEMORY);
302 /* Convert the command line bytes to the buffer */
304 for (i = 0, j = 0; String[i];)
306 Status = AcpiDbHexByteToBinary (&String[i], &Buffer[j]);
307 if (ACPI_FAILURE (Status))
309 ACPI_FREE (Buffer);
310 return (Status);
313 j++;
314 i += 2;
315 while (String[i] &&
316 ((String[i] == ',') || (String[i] == ' ')))
318 i++;
322 Object->Type = ACPI_TYPE_BUFFER;
323 Object->Buffer.Pointer = Buffer;
324 Object->Buffer.Length = Length;
325 return (AE_OK);
329 /*******************************************************************************
331 * FUNCTION: AcpiDbConvertToPackage
333 * PARAMETERS: String - Input string to be converted
334 * Object - Where the package object is returned
336 * RETURN: Status
338 * DESCRIPTION: Convert a string to a package object. Handles nested packages
339 * via recursion with AcpiDbConvertToObject.
341 ******************************************************************************/
343 ACPI_STATUS
344 AcpiDbConvertToPackage (
345 char *String,
346 ACPI_OBJECT *Object)
348 char *This;
349 char *Next;
350 UINT32 i;
351 ACPI_OBJECT_TYPE Type;
352 ACPI_OBJECT *Elements;
353 ACPI_STATUS Status;
356 Elements = ACPI_ALLOCATE_ZEROED (
357 DB_DEFAULT_PKG_ELEMENTS * sizeof (ACPI_OBJECT));
359 This = String;
360 for (i = 0; i < (DB_DEFAULT_PKG_ELEMENTS - 1); i++)
362 This = AcpiDbGetNextToken (This, &Next, &Type);
363 if (!This)
365 break;
368 /* Recursive call to convert each package element */
370 Status = AcpiDbConvertToObject (Type, This, &Elements[i]);
371 if (ACPI_FAILURE (Status))
373 AcpiDbDeleteObjects (i + 1, Elements);
374 ACPI_FREE (Elements);
375 return (Status);
378 This = Next;
381 Object->Type = ACPI_TYPE_PACKAGE;
382 Object->Package.Count = i;
383 Object->Package.Elements = Elements;
384 return (AE_OK);
388 /*******************************************************************************
390 * FUNCTION: AcpiDbConvertToObject
392 * PARAMETERS: Type - Object type as determined by parser
393 * String - Input string to be converted
394 * Object - Where the new object is returned
396 * RETURN: Status
398 * DESCRIPTION: Convert a typed and tokenized string to an ACPI_OBJECT. Typing:
399 * 1) String objects were surrounded by quotes.
400 * 2) Buffer objects were surrounded by parentheses.
401 * 3) Package objects were surrounded by brackets "[]".
402 * 4) All standalone tokens are treated as integers.
404 ******************************************************************************/
406 ACPI_STATUS
407 AcpiDbConvertToObject (
408 ACPI_OBJECT_TYPE Type,
409 char *String,
410 ACPI_OBJECT *Object)
412 ACPI_STATUS Status = AE_OK;
415 switch (Type)
417 case ACPI_TYPE_STRING:
419 Object->Type = ACPI_TYPE_STRING;
420 Object->String.Pointer = String;
421 Object->String.Length = (UINT32) strlen (String);
422 break;
424 case ACPI_TYPE_BUFFER:
426 Status = AcpiDbConvertToBuffer (String, Object);
427 break;
429 case ACPI_TYPE_PACKAGE:
431 Status = AcpiDbConvertToPackage (String, Object);
432 break;
434 default:
436 Object->Type = ACPI_TYPE_INTEGER;
437 Status = AcpiUtStrtoul64 (String, &Object->Integer.Value);
438 break;
441 return (Status);
445 /*******************************************************************************
447 * FUNCTION: AcpiDbEncodePldBuffer
449 * PARAMETERS: PldInfo - _PLD buffer struct (Using local struct)
451 * RETURN: Encode _PLD buffer suitable for return value from _PLD
453 * DESCRIPTION: Bit-packs a _PLD buffer struct. Used to test the _PLD macros
455 ******************************************************************************/
457 UINT8 *
458 AcpiDbEncodePldBuffer (
459 ACPI_PLD_INFO *PldInfo)
461 UINT32 *Buffer;
462 UINT32 Dword;
465 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE);
466 if (!Buffer)
468 return (NULL);
471 /* First 32 bits */
473 Dword = 0;
474 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
475 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
476 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
477 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
478 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
479 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword);
481 /* Second 32 bits */
483 Dword = 0;
484 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width);
485 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
486 ACPI_MOVE_32_TO_32 (&Buffer[1], &Dword);
488 /* Third 32 bits */
490 Dword = 0;
491 ACPI_PLD_SET_USER_VISIBLE (&Dword, PldInfo->UserVisible);
492 ACPI_PLD_SET_DOCK (&Dword, PldInfo->Dock);
493 ACPI_PLD_SET_LID (&Dword, PldInfo->Lid);
494 ACPI_PLD_SET_PANEL (&Dword, PldInfo->Panel);
495 ACPI_PLD_SET_VERTICAL (&Dword, PldInfo->VerticalPosition);
496 ACPI_PLD_SET_HORIZONTAL (&Dword, PldInfo->HorizontalPosition);
497 ACPI_PLD_SET_SHAPE (&Dword, PldInfo->Shape);
498 ACPI_PLD_SET_ORIENTATION (&Dword, PldInfo->GroupOrientation);
499 ACPI_PLD_SET_TOKEN (&Dword, PldInfo->GroupToken);
500 ACPI_PLD_SET_POSITION (&Dword, PldInfo->GroupPosition);
501 ACPI_PLD_SET_BAY (&Dword, PldInfo->Bay);
502 ACPI_MOVE_32_TO_32 (&Buffer[2], &Dword);
504 /* Fourth 32 bits */
506 Dword = 0;
507 ACPI_PLD_SET_EJECTABLE (&Dword, PldInfo->Ejectable);
508 ACPI_PLD_SET_OSPM_EJECT (&Dword, PldInfo->OspmEjectRequired);
509 ACPI_PLD_SET_CABINET (&Dword, PldInfo->CabinetNumber);
510 ACPI_PLD_SET_CARD_CAGE (&Dword, PldInfo->CardCageNumber);
511 ACPI_PLD_SET_REFERENCE (&Dword, PldInfo->Reference);
512 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation);
513 ACPI_PLD_SET_ORDER (&Dword, PldInfo->Order);
514 ACPI_MOVE_32_TO_32 (&Buffer[3], &Dword);
516 if (PldInfo->Revision >= 2)
518 /* Fifth 32 bits */
520 Dword = 0;
521 ACPI_PLD_SET_VERT_OFFSET (&Dword, PldInfo->VerticalOffset);
522 ACPI_PLD_SET_HORIZ_OFFSET (&Dword, PldInfo->HorizontalOffset);
523 ACPI_MOVE_32_TO_32 (&Buffer[4], &Dword);
526 return (ACPI_CAST_PTR (UINT8, Buffer));
530 /*******************************************************************************
532 * FUNCTION: AcpiDbDumpPldBuffer
534 * PARAMETERS: ObjDesc - Object returned from _PLD method
536 * RETURN: None.
538 * DESCRIPTION: Dumps formatted contents of a _PLD return buffer.
540 ******************************************************************************/
542 #define ACPI_PLD_OUTPUT "%20s : %-6X\n"
544 void
545 AcpiDbDumpPldBuffer (
546 ACPI_OBJECT *ObjDesc)
548 ACPI_OBJECT *BufferDesc;
549 ACPI_PLD_INFO *PldInfo;
550 UINT8 *NewBuffer;
551 ACPI_STATUS Status;
554 /* Object must be of type Package with at least one Buffer element */
556 if (ObjDesc->Type != ACPI_TYPE_PACKAGE)
558 return;
561 BufferDesc = &ObjDesc->Package.Elements[0];
562 if (BufferDesc->Type != ACPI_TYPE_BUFFER)
564 return;
567 /* Convert _PLD buffer to local _PLD struct */
569 Status = AcpiDecodePldBuffer (BufferDesc->Buffer.Pointer,
570 BufferDesc->Buffer.Length, &PldInfo);
571 if (ACPI_FAILURE (Status))
573 return;
576 /* Encode local _PLD struct back to a _PLD buffer */
578 NewBuffer = AcpiDbEncodePldBuffer (PldInfo);
579 if (!NewBuffer)
581 goto Exit;
584 /* The two bit-packed buffers should match */
586 if (memcmp (NewBuffer, BufferDesc->Buffer.Pointer,
587 BufferDesc->Buffer.Length))
589 AcpiOsPrintf ("Converted _PLD buffer does not compare. New:\n");
591 AcpiUtDumpBuffer (NewBuffer,
592 BufferDesc->Buffer.Length, DB_BYTE_DISPLAY, 0);
595 /* First 32-bit dword */
597 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Revision", PldInfo->Revision);
598 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_IgnoreColor", PldInfo->IgnoreColor);
599 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Red", PldInfo->Red);
600 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Green", PldInfo->Green);
601 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Blue", PldInfo->Blue);
603 /* Second 32-bit dword */
605 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Width", PldInfo->Width);
606 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height);
608 /* Third 32-bit dword */
610 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_UserVisible", PldInfo->UserVisible);
611 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Dock", PldInfo->Dock);
612 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Lid", PldInfo->Lid);
613 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Panel", PldInfo->Panel);
614 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_VerticalPosition", PldInfo->VerticalPosition);
615 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_HorizontalPosition", PldInfo->HorizontalPosition);
616 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Shape", PldInfo->Shape);
617 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_GroupOrientation", PldInfo->GroupOrientation);
618 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_GroupToken", PldInfo->GroupToken);
619 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_GroupPosition", PldInfo->GroupPosition);
620 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Bay", PldInfo->Bay);
622 /* Fourth 32-bit dword */
624 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Ejectable", PldInfo->Ejectable);
625 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_EjectRequired", PldInfo->OspmEjectRequired);
626 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_CabinetNumber", PldInfo->CabinetNumber);
627 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_CardCageNumber", PldInfo->CardCageNumber);
628 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Reference", PldInfo->Reference);
629 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Rotation", PldInfo->Rotation);
630 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Order", PldInfo->Order);
632 /* Fifth 32-bit dword */
634 if (BufferDesc->Buffer.Length > 16)
636 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_VerticalOffset", PldInfo->VerticalOffset);
637 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_HorizontalOffset", PldInfo->HorizontalOffset);
640 ACPI_FREE (NewBuffer);
641 Exit:
642 ACPI_FREE (PldInfo);
645 #endif /* ACPI_DEBUGGER */