Lines Matching refs:Common
273 if (CvListIsSingleton (Op->Common.CommentList))
275 CvPrintOneCommentList (Op->Common.CommentList, Level);
280 CvPrintOneCommentList (Op->Common.CommentList, Level);
283 Op->Common.CommentList = NULL;
288 if (Op->Common.EndBlkComment)
290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level);
291 Op->Common.EndBlkComment = NULL;
298 CommentToPrint = &Op->Common.InlineComment;
303 CommentToPrint = &Op->Common.EndNodeComment;
308 CommentToPrint = &Op->Common.NameComment;
313 CommentToPrint = &Op->Common.CloseBraceComment;
405 if (Op->Common.EndNodeComment)
409 else if ((Op->Common.Parent->Common.AmlOpcode == AML_IF_OP) &&
410 Op->Common.Parent->Common.EndNodeComment)
412 CvPrintOneCommentType (Op->Common.Parent,
438 if (Op->Common.CvFilename &&
440 AcpiUtStricmp(Op->Common.CvFilename, AcpiGbl_CurrentFilename))
510 char *Filename = Op->Common.CvFilename;
549 /* Redirect output to Op->Common.CvFilename */