aml_mnem           45 dev/acpi/acpidebug.c extern const char *aml_mnem(int opcode, uint8_t *);
aml_mnem          162 dev/acpi/acpidebug.c 		    aml_mnem(value->v_field.type, NULL),
aml_mnem          174 dev/acpi/acpidebug.c 		    aml_mnem(value->v_field.type, NULL),
aml_mnem          239 dev/acpi/acpidebug.c 		return aml_mnem(val->v_field.type, NULL);
aml_mnem          419 dev/acpi/acpidebug.c 		mnem = aml_mnem(opcode, scope->pos);
aml_mnem         1297 dev/acpi/dsdt.c 		    aml_mnem(val->v_field.type, NULL));
aml_mnem         1895 dev/acpi/dsdt.c 		 aml_mnem(opcode, NULL), lhs, rhs, res);
aml_mnem         2399 dev/acpi/dsdt.c 	    aml_nodename(scope->node), aml_mnem(opcode, np));
aml_mnem         3211 dev/acpi/dsdt.c 	    aml_nodename(scope->node), aml_mnem(opcode, scope->pos));
aml_mnem           50 dev/acpi/dsdt.h const char		*aml_mnem(int, uint8_t *);