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 330 * RETURN: TRUE if any names matched, FALSE otherwise
344 BOOLEAN Matched;
363 Matched = TRUE;
368 Matched = FALSE;
373 if (Matched)
482 BOOLEAN Matched;
512 Matched = TRUE;
517 Matched = FALSE;
522 if (Matched)
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 94 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n");
99 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n");
104 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); }
106 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
156 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 371 * RETURN: TRUE if command matched, FALSE otherwise
446 BOOLEAN Matched;
452 Matched = AcpiDbMatchCommandHelp (Command, Next);
453 if (!DisplayAll && Matched)
1325 * matched and dispatched here.

Completed in 18 milliseconds