HomeSort by: relevance | last modified time | path
    Searched refs:Matched (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 438 * RETURN: TRUE if any names matched, FALSE otherwise
452 BOOLEAN Matched;
471 Matched = TRUE;
476 Matched = FALSE;
481 if (Matched)
590 BOOLEAN Matched;
620 Matched = TRUE;
625 Matched = FALSE;
630 if (Matched)
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 202 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n");
207 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n");
212 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); }
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 479 * RETURN: TRUE if command matched, FALSE otherwise
554 BOOLEAN Matched;
560 Matched = AcpiDbMatchCommandHelp (Command, Next);
561 if (!DisplayAll && Matched)
1433 * matched and dispatched here.

Completed in 54 milliseconds