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

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahaml.c 192 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++)
229 * PARAMETERS: OpcodeString - String version of AML opcode
239 char *OpcodeString)
246 if (!OpcodeString)
252 Opcode = strtoul (OpcodeString, NULL, 16);
271 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++)
301 printf ("%18s: Opcode=%-9s\n", "Reserved opcode", Op->OpcodeString);
308 Op->OpcodeName, Op->OpcodeString, Op->Type);
acpihelp.h 237 char *OpcodeString;

Completed in 11 milliseconds