Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c767 UINT32 Subop; in AcpiPsGetNextArg() local
862 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
863 if (Subop == 0 || in AcpiPsGetNextArg()
864 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
865 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
866 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()