Lines Matching defs:CommentList
168 ACPI_COMMENT_NODE *CommentList);
175 * PARAMETERS: CommentList
187 ACPI_COMMENT_NODE *CommentList,
190 ACPI_COMMENT_NODE *Current = CommentList;
214 * PARAMETERS: CommentList - check to see if this is a single item list.
218 * DESCRIPTION: Returns TRUE if CommentList only contains 1 node.
224 ACPI_COMMENT_NODE *CommentList)
228 if (!CommentList)
232 else if (CommentList->Next)
273 if (CvListIsSingleton (Op->Common.CommentList))
275 CvPrintOneCommentList (Op->Common.CommentList, Level);
280 CvPrintOneCommentList (Op->Common.CommentList, Level);
283 Op->Common.CommentList = NULL;