HomeSort by: relevance | last modified time | path
    Searched defs:Operator (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahasl.c 3 * Module Name: ahasl - ASL operator decoding for acpihelp utility
95 /* Upper case the operator name before substring compare */
151 * PARAMETERS: Name - Name or prefix for an ASL operator.
179 * FUNCTION: AhFindAslOperators (entry point for ASL operator search)
181 * PARAMETERS: Name - Name or prefix for an ASL operator.
195 const AH_ASL_OPERATOR *Operator;
203 for (Operator = Gbl_AslOperatorInfo; Operator->Name; Operator++)
207 AhDisplayAslOperator (Operator);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 376 * operand in an ASL/AML operator. Meaning that the top-level
447 * DESCRIPTION: Implements the C-style '=' operator. It changes the parse
450 * of and additional Store() operator. An optimization.
462 ACPI_PARSE_OBJECT *Operator;
494 /* Otherwise, just create a normal Store operator */
502 * last operand of the operator
525 * for the operator (ZERO is a "no target" placeholder).
541 Operator = TrAllocateOp (PARSEOP_STORE);
542 TrLinkOpChildren (Operator, 2, Source, Target);
546 Operator->Asl.LineNumber = Target->Asl.LineNumber
    [all...]
aslxrefout.c 723 const char *Operator;
778 Operator = "Scope";
782 Operator = "Alias";
786 Operator = "ModLevel";
790 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type);
794 "[%5u] %-40s %-8s via path: %s, Operator: %s\n",
797 Operator,
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
acpisrc.h 222 char *Operator;

Completed in 24 milliseconds