HomeSort by: relevance | last modified time | path
    Searched defs:Subop (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 943 UINT32 Subop;
1049 Subop = AcpiPsPeekOpcode (ParserState);
1050 if (Subop == 0 ||
1051 AcpiPsIsLeadingChar (Subop) ||
1052 ACPI_IS_ROOT_PREFIX (Subop) ||
1053 ACPI_IS_PARENT_PREFIX (Subop))
1086 Subop = AcpiPsPeekOpcode (ParserState);
1087 if (Subop == 0 ||
1088 AcpiPsIsLeadingChar (Subop) ||
1089 ACPI_IS_ROOT_PREFIX (Subop) ||
    [all...]

Completed in 11 milliseconds