Lines Matching defs:Signature
59 * Signature - Requested ACPI signature to extract.
72 char *Signature,
103 if (Signature)
105 strncpy (UpperSignature, Signature, 4);
143 if (Signature)
458 if (!strncmp (TableHeader->Signature, "RSD PTR ", 8))
474 if (!AcpiUtValidNameseg (TableHeader->Signature))
479 /* Signature and Table length */
482 printf ("%7.4s 0x%8.8X", TableHeader->Signature,
487 if (ACPI_COMPARE_NAME (TableHeader->Signature, "FACS"))