Searched refs:CaptureComments (Results 1 – 6 of 6) sorted by relevance
583 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()598 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()626 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()701 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()717 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
298 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;299 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
259 AslGbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()775 AslGbl_CommentState.CaptureComments = TRUE; in TrLinkChildOp()
189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()312 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessCommentType2()
242 AslGbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
1198 BOOLEAN CaptureComments; member