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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h299 #define COMMENT_CAPTURE_ON AslGbl_CommentState.CaptureComments = TRUE;
300 #define COMMENT_CAPTURE_OFF AslGbl_CommentState.CaptureComments = FALSE;
H A Daslsupport.l587 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
602 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
630 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
705 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
721 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
H A Dasltree.c259 AslGbl_CommentState.CaptureComments = FALSE;
806 AslGbl_CommentState.CaptureComments = TRUE;
H A Dcvcompiler.c189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
312 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
H A Daslstartup.c232 AslGbl_CommentState.CaptureComments = TRUE;
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1198 BOOLEAN CaptureComments; member in struct:asl_comment_state

Completed in 168 milliseconds