Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahaml.c84 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) in AhFindAmlOpcode()
131 char *OpcodeString) in AhDecodeAmlOpcode() argument
138 if (!OpcodeString) in AhDecodeAmlOpcode()
144 Opcode = strtoul (OpcodeString, NULL, 16); in AhDecodeAmlOpcode()
163 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) in AhDecodeAmlOpcode()
193 printf ("%18s: Opcode=%-9s\n", "Reserved opcode", Op->OpcodeString); in AhDisplayAmlOpcode()
200 Op->OpcodeName, Op->OpcodeString, Op->Type); in AhDisplayAmlOpcode()
H A Dacpihelp.h129 char *OpcodeString; member