Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutpredef.c162 UINT32 ThisRtype; in AcpiUtGetExpectedReturnTypes() local
175 ThisRtype = ACPI_RTYPE_INTEGER; in AcpiUtGetExpectedReturnTypes()
181 if (ExpectedBtypes & ThisRtype) in AcpiUtGetExpectedReturnTypes()
187 ThisRtype <<= 1; /* Next Rtype */ in AcpiUtGetExpectedReturnTypes()