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.c1057 UINT32 Subop; in AcpiPsGetNextArg() local
1163 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1164 if (Subop == 0 || in AcpiPsGetNextArg()
1165 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1166 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
1167 ACPI_IS_PARENT_PREFIX (Subop)) in AcpiPsGetNextArg()
1200 Subop = AcpiPsPeekOpcode (ParserState); in AcpiPsGetNextArg()
1201 if (Subop == 0 || in AcpiPsGetNextArg()
1202 AcpiPsIsLeadingChar (Subop) || in AcpiPsGetNextArg()
1203 ACPI_IS_ROOT_PREFIX (Subop) || in AcpiPsGetNextArg()
[all …]