HomeSort by: relevance | last modified time | path
    Searched refs:AML_COMMENT_OP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
cvparser.c 301 if ((*TreeAml == AML_COMMENT_OP) &&
313 else if ((*TreeAml == AML_COMMENT_OP) &&
706 * capture any AML_COMMENT_OP and it's arguments and increment the
728 Opcode != AML_COMMENT_OP)
733 while (Opcode == AML_COMMENT_OP)
cvcompiler.c 578 UINT8 CommentOpcode = (UINT8) AML_COMMENT_OP;
  /src/sys/external/bsd/acpica/dist/include/
amlcode.h 248 #define AML_COMMENT_OP (UINT16) 0xa9

Completed in 13 milliseconds