Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvdisasm.c266 char **CommentToPrint = NULL; in CvPrintOneCommentType() local
298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
303 CommentToPrint = &Op->Common.EndNodeComment; in CvPrintOneCommentType()
308 CommentToPrint = &Op->Common.NameComment; in CvPrintOneCommentType()
313 CommentToPrint = &Op->Common.CloseBraceComment; in CvPrintOneCommentType()
320 if (*CommentToPrint) in CvPrintOneCommentType()
323 AcpiOsPrintf ("%s", *CommentToPrint); in CvPrintOneCommentType()
324 *CommentToPrint = NULL; in CvPrintOneCommentType()
H A Dcvcompiler.c574 char* CommentToPrint, in CgWriteOneAmlComment() argument
581 if (!CommentToPrint) in CgWriteOneAmlComment()
591 CgLocalWriteAmlData (Op, CommentToPrint, strlen (CommentToPrint) + 1); in CgWriteOneAmlComment()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h226 char* CommentToPrint,