Go to the documentation of this file.
49 #define _COMPONENT ACPI_PARSER
99 sizeof(op->
common.aml_op_name)));
201 return ((
u8) (c ==
'_' || (c >=
'A' && c <=
'Z')));
209 return ((
u8) (c ==
'\\' || c ==
'^'));
215 #ifdef ACPI_FUTURE_USAGE
227 return (op->
named.name);