Lines Matching defs:Name
3 * Module Name: exdump - Interpreter debug output routines
383 const char *Name;
406 Name = Info->Name;
422 AcpiOsPrintf ("%20s : %2.2X\n", Name, *Target);
427 AcpiOsPrintf ("%20s : %4.4X\n", Name, ACPI_GET16 (Target));
432 AcpiOsPrintf ("%20s : %8.8X\n", Name, ACPI_GET32 (Target));
444 AcpiExOutPointer (Name, *ACPI_CAST_PTR (void *, Target));
474 AcpiExOutString ("Class Name", AcpiUtGetReferenceName (ObjDesc));
483 AcpiOsPrintf ("%20s : %p", Name, Next);
518 AcpiOsPrintf ("%20s : %p", Name, Next);
555 AcpiOsPrintf ("%20s : %p", Name, Next);
589 AcpiOsPrintf ("%20s : %p", Name, Node);
592 AcpiOsPrintf (" [%4.4s]", Node->Name.Ascii);
714 ObjDesc->Reference.Node->Name.Ascii);
1016 AcpiOsPrintf ("%20s : %4.4s\n", "Name", AcpiUtGetNodeName (Node));