Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvparser.c297 if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
309 else if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()
724 Opcode != AML_COMMENT_OP) in CvCaptureCommentsOnly()
729 while (Opcode == AML_COMMENT_OP) in CvCaptureCommentsOnly()
H A Dcvcompiler.c578 UINT8 CommentOpcode = (UINT8) AML_COMMENT_OP; in CgWriteOneAmlComment()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h248 #define AML_COMMENT_OP (UINT16) 0xa9 macro