Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/parser/
H A Dpsargs.c902 UINT32 Subop; in AcpiPsGetNextArg() local
1003 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1004 if (Subop == 0 || in AcpiPsGetNextArg()
1005 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1006 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
1007 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()
1035 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1036 if (Subop == 0 || in AcpiPsGetNextArg()
1037 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1038 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
[all …]