Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/acpica/compiler/
HDcvcompiler.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 …]
HDaslparseop.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()
839 Op->Asl.InlineComment = NULL; in TrAllocateOp()
900 Op->Asl.InlineComment = AslGbl_InlineCommentBuffer; in TrAllocateOp()
HDcvparser.c346 Op->Common.InlineComment = NULL; in CvClearOpComments()
1023 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
HDcvdisasm.c298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
/freebsd-head/sys/contrib/dev/acpica/components/parser/
HDpsobject.c398 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()
408 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
HDpsargs.c726 if (Field->Common.InlineComment) in AcpiPsGetNextField()
728 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
730 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
/freebsd-head/sys/contrib/dev/acpica/include/
HDacconvert.h199 char *InlineComment,
HDaclocal.h1049 char *InlineComment; /* Inline comment */\