Lines Matching defs:Operator
3 * Module Name: ahasl - ASL operator decoding for acpihelp utility
203 /* Upper case the operator name before substring compare */
259 * PARAMETERS: Name - Name or prefix for an ASL operator.
287 * FUNCTION: AhFindAslOperators (entry point for ASL operator search)
289 * PARAMETERS: Name - Name or prefix for an ASL operator.
303 const AH_ASL_OPERATOR *Operator;
311 for (Operator = Gbl_AslOperatorInfo; Operator->Name; Operator++)
315 AhDisplayAslOperator (Operator);
320 /* Upper case the operator name before substring compare */
322 strcpy (Gbl_Buffer, Operator->Name);
327 AhDisplayAslOperator (Operator);
345 * PARAMETERS: Op - Pointer to ASL operator with syntax info
349 * DESCRIPTION: Format and display syntax info for an ASL operator. Splits
359 /* ASL operator name and description */
367 /* Syntax for the operator */
386 * operator.