Home
last modified time | relevance | path

Searched refs:InlineComment (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c443 if (Op->Asl.InlineComment) in CvCalculateCommentLengths()
445 CommentLength = strlen (Op->Asl.InlineComment)+3; in CvCalculateCommentLengths()
447 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.InlineComment); in CvCalculateCommentLengths()
688 if (Op->Asl.InlineComment) in CgWriteAmlComment()
691 CgWriteOneAmlComment(Op, Op->Asl.InlineComment, CommentOption); in CgWriteAmlComment()
692 Op->Asl.InlineComment = NULL; in CgWriteAmlComment()
928 char *InlineComment, in CvAppendInlineComment() argument
935 if (!InlineComment) in CvAppendInlineComment()
942 return (InlineComment); in CvAppendInlineComment()
946 Size += strlen (InlineComment); in CvAppendInlineComment()
[all …]
H A Daslparseop.c280 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
285 Child->Asl.InlineComment = NULL; in TrCreateOp()
318 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
319 Child->Asl.InlineComment = NULL; in TrCreateOp()
800 Op->Asl.InlineComment = NULL; in TrAllocateOp()
861 Op->Asl.InlineComment = Gbl_InlineCommentBuffer; in TrAllocateOp()
H A Dcvparser.c342 Op->Common.InlineComment = NULL; in CvClearOpComments()
1020 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
H A Dcvdisasm.c298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsargs.c722 if (Field->Common.InlineComment) in AcpiPsGetNextField()
724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
726 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
H A Dpsobject.c398 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()
408 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacconvert.h199 char *InlineComment,
H A Daclocal.h1039 char *InlineComment; /* Inline comment */\