Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l583 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()
H A Dasldefine.h298 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
299 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
H A Dasltree.c259 AslGbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()
775 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.c242 AslGbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Daclocal.h1198 BOOLEAN CaptureComments; member