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 835 UINT32 Subop;
941 Subop = AcpiPsPeekOpcode (ParserState);
942 if (Subop == 0 ||
943 AcpiPsIsLeadingChar (Subop) ||
944 ACPI_IS_ROOT_PREFIX (Subop) ||
945 ACPI_IS_PARENT_PREFIX (Subop))
978 Subop = AcpiPsPeekOpcode (ParserState);
979 if (Subop == 0 ||
980 AcpiPsIsLeadingChar (Subop) ||
981 ACPI_IS_ROOT_PREFIX (Subop) ||
    [all...]

Completed in 36 milliseconds