Lines Matching refs:Subop
943 UINT32 Subop; in AcpiPsGetNextArg() local
1049 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1050 if (Subop == 0 || in AcpiPsGetNextArg()
1051 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1052 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
1053 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()
1086 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1087 if (Subop == 0 || in AcpiPsGetNextArg()
1088 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1089 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
1090 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()