Home
last modified time | relevance | path

Searched refs:CvPrintOneCommentType (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvdisasm.c259 CvPrintOneCommentType ( in CvPrintOneCommentType() function
361 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level); in CvCloseBraceWriteComment()
363 CvPrintOneCommentType (Op, AML_COMMENT_CLOSE_BRACE, NULL, Level); in CvCloseBraceWriteComment()
400 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level); in CvCloseParenWriteComment()
407 CvPrintOneCommentType (Op, AML_COMMENT_END_NODE, NULL, Level); in CvCloseParenWriteComment()
412 CvPrintOneCommentType (Op->Common.Parent, in CvCloseParenWriteComment()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacconvert.h302 CvPrintOneCommentType (
H A Dacmacros.h625 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d);