Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h303 CvPrintOneCommentType (
H A Dacmacros.h625 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d);