Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c943 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()
[all …]