Searched refs:UpperSignature (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/tools/acpixtract/
H A Dacpixtract.c77 char UpperSignature[5]; local
99 strncpy (UpperSignature, Signature, ACPI_NAMESEG_SIZE);
100 AcpiUtStrupr (UpperSignature);
104 AxNormalizeSignature (UpperSignature);
105 Instances = AxCountTableInstances (InputPathname, UpperSignature);
110 UpperSignature, InputPathname);
162 if (!ACPI_COMPARE_NAMESEG (ThisSignature, UpperSignature))

Completed in 285 milliseconds