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

/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c83 char UpperSignature[5]; local
105 strncpy (UpperSignature, Signature, 4);
106 UpperSignature[4] = 0;
107 AcpiUtStrupr (UpperSignature);
111 AxNormalizeSignature (UpperSignature);
113 Instances = AxCountTableInstances (InputPathname, UpperSignature);
117 UpperSignature, InputPathname);
147 if (!ACPI_COMPARE_NAME (ThisSignature, UpperSignature))

Completed in 63 milliseconds