Home
last modified time | relevance | path

Searched refs:ASL_COMMENT_STANDARD (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/acpica/compiler/
HDcvcompiler.c274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) && in CvProcessComment()
835 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
857 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD; in CvProcessCommentState()
985 case ASL_COMMENT_STANDARD: in CvPlaceComment()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDacconvert.h157 #define ASL_COMMENT_STANDARD 1 macro