Home
last modified time | relevance | path

Searched refs:CaptureComments (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslsupport.l587 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
602 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
630 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
705 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
721 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
H A Dasldefine.h299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
H A Dasltree.c259 AslGbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()
806 AslGbl_CommentState.CaptureComments = TRUE; in TrLinkChildOp()
H A Dcvcompiler.c189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()
312 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessCommentType2()
H A Daslstartup.c232 AslGbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h1199 BOOLEAN CaptureComments; member