Lines Matching refs:Comment
707 * aml pointer past the comment. Comments are transferred to parse
735 CvDbgPrint ("comment aml address: %p\n", Aml);
739 CvDbgPrint ("Avoiding capturing an existing comment.\n");
746 * Increment past the comment option and point the
751 /* Found a comment. Now, set pointers to these comments. */
765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
783 CvDbgPrint ("found regular comment.\n");
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
809 CvDbgPrint ("found endblk comment.\n");
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
834 CvDbgPrint ("found inline comment.\n");
841 CvDbgPrint ("found EndNode comment.\n");
848 CvDbgPrint ("found close brace comment.\n");
855 CvDbgPrint ("Found comment that belongs after"
870 * FILENAME_COMMENT, then the INCLUDE_COMMENT is a comment
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
911 CvDbgPrint ("Found a include comment: %s\n",
912 CommentNode->Comment);
917 /* Not a valid comment option. Revert the AML */