Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutids.c479 ACPI_OPERAND_OBJECT **ClsObjects; in AcpiUtExecute_CLS() local
500 ClsObjects = ObjDesc->Package.Elements; in AcpiUtExecute_CLS()
505 if (Count > 0 && ClsObjects[0]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CLS()
507 ClassCode[0] = (UINT8) ClsObjects[0]->Integer.Value; in AcpiUtExecute_CLS()
509 if (Count > 1 && ClsObjects[1]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CLS()
511 ClassCode[1] = (UINT8) ClsObjects[1]->Integer.Value; in AcpiUtExecute_CLS()
513 if (Count > 2 && ClsObjects[2]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CLS()
515 ClassCode[2] = (UINT8) ClsObjects[2]->Integer.Value; in AcpiUtExecute_CLS()