Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dcvdisasm.c151 CvPrintOneCommentType ( in CvPrintOneCommentType() function
253 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level); in CvCloseBraceWriteComment()
255 CvPrintOneCommentType (Op, AML_COMMENT_CLOSE_BRACE, NULL, Level); in CvCloseBraceWriteComment()
292 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level); in CvCloseParenWriteComment()
299 CvPrintOneCommentType (Op, AML_COMMENT_END_NODE, NULL, Level); in CvCloseParenWriteComment()
304 CvPrintOneCommentType (Op->Common.Parent, in CvCloseParenWriteComment()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h194 CvPrintOneCommentType (
H A Dacmacros.h517 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d);