Lines Matching defs:Description
175 * DESCRIPTION: Find all AML opcodes that match the input Name or name
233 * DESCRIPTION: Display information about the input AML opcode
290 * DESCRIPTION: Display the contents of an AML opcode information struct
353 * DESCRIPTION: Find all AML grammar keywords that match the input Name or name
411 * DESCRIPTION: Format and display info for an AML grammar element.
419 char *Description;
422 Description = Op->Description;
425 /* Emit the entire description string */
427 while (*Description)
429 /* Description can be multiple lines, must indent each */
431 while (*Description != '\n')
433 printf ("%c", *Description);
434 Description++;
438 Description++;
442 if (*Description)
448 if ((Description[0] == '/') &&
449 (Description[1] == '/'))