Home | History | Annotate | Download | only in acpihelp

Lines Matching defs:Prefix

170  * PARAMETERS:  Name                - Name or prefix for an AML opcode.
176 * prefix.
190 /* Find/display all opcode names that match the input name prefix */
243 UINT8 Prefix;
261 Prefix = (Opcode & 0x0000FF00) >> 8;
262 if (Prefix && (Prefix != 0x5B))
264 printf ("Invalid opcode (invalid extension prefix 0x%X)\n",
265 Prefix);
348 * PARAMETERS: Name - Name or prefix for an AML grammar element.
354 * prefix.