Home
last modified time | relevance | path

Searched refs:AML_COMMENT_OP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c301 if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
313 else if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
728 Opcode != AML_COMMENT_OP) in CvCaptureCommentsOnly()
733 while (Opcode == AML_COMMENT_OP) in CvCaptureCommentsOnly()
H A Dcvcompiler.c578 UINT8 CommentOpcode = (UINT8) AML_COMMENT_OP; in CgWriteOneAmlComment()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h248 #define AML_COMMENT_OP (UINT16) 0xa9 macro