Home | History | Annotate | Download | only in disassembler

Lines Matching defs:Description

203  * DESCRIPTION: Dump an AML "ByteList" in Hex format. 8 bytes per line, prefixed
300 * DESCRIPTION: Dump a buffer byte list, handling the various types of buffers.
373 * DESCRIPTION: Determine if a buffer Op contains a UUID
453 * DESCRIPTION: Dump a buffer containing a UUID as a standard ASCII string.
471 const char *Description;
490 /* Dump the UUID description string if available */
492 Description = AcpiAhMatchUuid (Data);
493 if (Description)
495 AcpiOsPrintf (" /* %s */", Description);
512 * DESCRIPTION: Determine if a buffer Op contains a Unicode string
593 * DESCRIPTION: Determine if a buffer Op contains a ASCII string
678 * DESCRIPTION: Determine if a buffer Op contains a _PLD structure
817 * DESCRIPTION: Finds and returns the char string located at the given index
863 * DESCRIPTION: Dump and format the contents of a _PLD buffer object
971 * DESCRIPTION: Dump Unicode string as a standard ASCII string. (Remove
1027 * DESCRIPTION: Determine the type of the argument to a _HID or _CID
1096 * DESCRIPTION: Determine if a Name() Op is a _HID/_CID.
1172 * DESCRIPTION: Convert an encoded EISAID back to the original ASCII String
1174 * a description of the ID as a comment.
1191 /* If we know about the ID, emit the description */
1196 AcpiOsPrintf (" /* %s */", Info->Description);