Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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 Gbl_CommentState.CaptureComments = TRUE;
299 #define COMMENT_CAPTURE_OFF Gbl_CommentState.CaptureComments = FALSE;
H A Dasltree.c259 Gbl_CommentState.CaptureComments = FALSE; in TrSetOpIntegerValue()
775 Gbl_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 Gbl_CommentState.CaptureComments = TRUE; in AslInitializeGlobals()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1197 BOOLEAN CaptureComments; member