Home
last modified time | relevance | path

Searched refs:Cls (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutids.c521 ACPI_PNP_DEVICE_ID *Cls; in AcpiUtExecute_CLS() local
561 Cls = ACPI_ALLOCATE_ZEROED ( in AcpiUtExecute_CLS()
563 if (!Cls) in AcpiUtExecute_CLS()
571 Cls->String = ACPI_ADD_PTR (char, Cls, sizeof (ACPI_PNP_DEVICE_ID)); in AcpiUtExecute_CLS()
575 AcpiExPciClsToString (Cls->String, ClassCode); in AcpiUtExecute_CLS()
576 Cls->Length = Length; in AcpiUtExecute_CLS()
577 *ReturnId = Cls; in AcpiUtExecute_CLS()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsxfname.c404 ACPI_PNP_DEVICE_ID *Cls = NULL; in AcpiGetObjectInfo() local
495 Status = AcpiUtExecute_CLS (Node, &Cls); in AcpiGetObjectInfo()
498 InfoSize += Cls->Length; in AcpiGetObjectInfo()
612 if (Cls) in AcpiGetObjectInfo()
615 Cls, NextIdString); in AcpiGetObjectInfo()
643 if (Cls) in AcpiGetObjectInfo()
645 ACPI_FREE (Cls); in AcpiGetObjectInfo()