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
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);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 484 * operand in an ASL/AML operator. Meaning that the top-level
555 * DESCRIPTION: Implements the C-style '=' operator. It changes the parse
558 * of and additional Store() operator. An optimization.
570 ACPI_PARSE_OBJECT *Operator;
602 /* Otherwise, just create a normal Store operator */
610 * last operand of the operator
633 * for the operator (ZERO is a "no target" placeholder).
649 Operator = TrAllocateOp (PARSEOP_STORE);
650 TrLinkOpChildren (Operator, 2, Source, Target);
654 Operator->Asl.LineNumber = Target->Asl.LineNumber
    [all...]
aslxrefout.c 831 const char *Operator;
886 Operator = "Scope";
890 Operator = "Alias";
894 Operator = "ModLevel";
898 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type);
902 "[%5u] %-40s %-8s via path: %s, Operator: %s\n",
905 Operator,
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
acpisrc.h 330 char *Operator;

Completed in 14 milliseconds