Home
last modified time | relevance | path

Searched refs:OpcodeString (Results 1 – 2 of 2) sorted by relevance

/acpica-latest/source/tools/acpihelp/
Dahaml.c192 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) in AhFindAmlOpcode()
239 char *OpcodeString) in AhDecodeAmlOpcode() argument
246 if (!OpcodeString) in AhDecodeAmlOpcode()
252 Opcode = strtoul (OpcodeString, NULL, 16); in AhDecodeAmlOpcode()
271 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) in AhDecodeAmlOpcode()
301 printf ("%18s: Opcode=%-9s\n", "Reserved opcode", Op->OpcodeString); in AhDisplayAmlOpcode()
308 Op->OpcodeName, Op->OpcodeString, Op->Type); in AhDisplayAmlOpcode()
Dacpihelp.h237 char *OpcodeString; member