Searched refs:InlineComment (Results 1 – 8 of 8) sorted by relevance
335 if (Op->Asl.InlineComment) in CvCalculateCommentLengths()337 CommentLength = strlen (Op->Asl.InlineComment)+3; in CvCalculateCommentLengths()339 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.InlineComment); in CvCalculateCommentLengths()580 if (Op->Asl.InlineComment) in CgWriteAmlComment()583 CgWriteOneAmlComment(Op, Op->Asl.InlineComment, CommentOption); in CgWriteAmlComment()584 Op->Asl.InlineComment = NULL; in CgWriteAmlComment()820 char *InlineComment, in CvAppendInlineComment() argument827 if (!InlineComment) in CvAppendInlineComment()834 return (InlineComment); in CvAppendInlineComment()838 Size += strlen (InlineComment); in CvAppendInlineComment()[all …]
172 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp() 177 Child->Asl.InlineComment = NULL; in TrCreateOp() 210 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp() 211 Child->Asl.InlineComment = NULL; in TrCreateOp() 731 Op->Asl.InlineComment = NULL; in TrAllocateOp() 792 Op->Asl.InlineComment = AslGbl_InlineCommentBuffer; in TrAllocateOp()
238 Op->Common.InlineComment = NULL; in CvClearOpComments()915 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
190 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
618 if (Field->Common.InlineComment) in AcpiPsGetNextField() 620 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField() 622 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
290 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()300 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
91 char *InlineComment,
941 char *InlineComment; /* Inline comment */\