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

  /src/sys/external/bsd/acpica/dist/compiler/
cvdisasm.c 243 * FUNCTION: CvPrintOneCommentType
259 CvPrintOneCommentType (
361 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level);
363 CvPrintOneCommentType (Op, AML_COMMENT_CLOSE_BRACE, NULL, Level);
400 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level);
407 CvPrintOneCommentType (Op, AML_COMMENT_END_NODE, NULL, Level);
412 CvPrintOneCommentType (Op->Common.Parent,
  /src/sys/external/bsd/acpica/dist/include/
acconvert.h 302 CvPrintOneCommentType (
acmacros.h 625 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d);

Completed in 14 milliseconds