Lines Matching refs:Common
273 if (CvListIsSingleton (Op->Common.CommentList)) in CvPrintOneCommentType()
275 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
280 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
283 Op->Common.CommentList = NULL; in CvPrintOneCommentType()
288 if (Op->Common.EndBlkComment) in CvPrintOneCommentType()
290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level); in CvPrintOneCommentType()
291 Op->Common.EndBlkComment = NULL; in CvPrintOneCommentType()
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()
405 if (Op->Common.EndNodeComment) in CvCloseParenWriteComment()
409 else if ((Op->Common.Parent->Common.AmlOpcode == AML_IF_OP) && in CvCloseParenWriteComment()
410 Op->Common.Parent->Common.EndNodeComment) in CvCloseParenWriteComment()
412 CvPrintOneCommentType (Op->Common.Parent, in CvCloseParenWriteComment()
438 if (Op->Common.CvFilename && in CvFileHasSwitched()
440 AcpiUtStricmp(Op->Common.CvFilename, AcpiGbl_CurrentFilename)) in CvFileHasSwitched()
510 char *Filename = Op->Common.CvFilename; in CvSwitchFiles()