Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutpredef.c270 UINT32 ThisRtype; in AcpiUtGetExpectedReturnTypes() local
283 ThisRtype = ACPI_RTYPE_INTEGER; in AcpiUtGetExpectedReturnTypes()
289 if (ExpectedBtypes & ThisRtype) in AcpiUtGetExpectedReturnTypes()
295 ThisRtype <<= 1; /* Next Rtype */ in AcpiUtGetExpectedReturnTypes()