Searched refs:InlineComment (Results 1 – 8 of 8) sorted by relevance
443 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() argument935 if (!InlineComment) in CvAppendInlineComment()942 return (InlineComment); in CvAppendInlineComment()946 Size += strlen (InlineComment); in CvAppendInlineComment()[all …]
280 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()
342 Op->Common.InlineComment = NULL; in CvClearOpComments()1020 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
722 if (Field->Common.InlineComment) in AcpiPsGetNextField()724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()726 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
398 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()408 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
199 char *InlineComment,
1039 char *InlineComment; /* Inline comment */\