Searched refs:Operand (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexoparg2.c170 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
188 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
192 Value = (UINT32) Operand[1]->Integer.Value;
244 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
279 Operand[0]->Integer.Value,
280 Operand[1]->Integer.Value,
300 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
306 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
354 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
380 Operand[
613 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg3.c167 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
183 (UINT32) Operand[0]->Integer.Value,
184 (UINT32) Operand[1]->Integer.Value,
185 (UINT32) Operand[2]->Integer.Value));
190 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
191 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
192 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
249 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
269 (Operand[0])->Common.Type);
278 Index = Operand[
[all...]
H A Dexoparg1.c236 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
250 Status = AcpiExReleaseMutex (Operand[0], WalkState);
255 Status = AcpiExSystemResetEvent (Operand[0]);
260 Status = AcpiExSystemSignalEvent (Operand[0]);
265 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
270 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
275 Status = AcpiExUnloadTable (Operand[0]);
308 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
321 Status = AcpiExLoadOp (Operand[0], Operand[
357 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
698 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c297 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
318 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
319 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
328 Index = Operand[5]->Integer.Value;
329 if (Index >= Operand[0]->Package.Count)
333 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
360 for ( ; Index < Operand[0]->Package.Count; Index++)
364 ThisElement = Operand[0]->Package.Elements[Index];
378 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
379 ThisElement, Operand[
[all...]
H A Dexcreate.c482 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
500 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
501 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
502 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
506 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
534 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
552 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
553 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
557 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
588 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c245 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
260 Operand[0]->String.Pointer,
261 Operand[1]->String.Pointer,
262 Operand[2]->String.Pointer, &TableIndex);
289 if (Operand[3]->String.Length > 0)
295 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer,
305 if (Operand[4]->String.Length > 0)
307 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) &&
308 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX))
319 Status = AcpiNsGetNode (StartNode, Operand[
[all...]
H A Dexresolv.c410 * Operand - Starting point for resolution
424 ACPI_OPERAND_OBJECT *Operand,
428 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand);
429 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand);
437 /* Operand can be either a namespace node or an operand descriptor */
527 if (ObjDesc == Operand)
422 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsopcode.c583 ACPI_OPERAND_OBJECT **Operand; local
613 Operand = &WalkState->Operands[0];
629 Operand[0]->String.Pointer,
630 Operand[1]->String.Pointer,
631 Operand[2]->String.Pointer, &TableIndex);
638 Operand[0]->String.Pointer,
639 Operand[1]->String.Pointer,
640 Operand[2]->String.Pointer));
670 AcpiUtRemoveReference (Operand[0]);
671 AcpiUtRemoveReference (Operand[
[all...]
H A Ddsutils.c929 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
961 NewObjDesc = *Operand;
965 Type = (*Operand)->Common.Type;
967 Status = AcpiExResolveToValue (Operand, WalkState);
977 AcpiUtRemoveReference (*Operand);
980 *Operand, &NewObjDesc, WalkState);
992 NewObjDesc = *Operand;
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmcstyle.c145 ACPI_PARSE_OBJECT *Operand,
879 * Operand - An operand associated with expression
893 ACPI_PARSE_OBJECT *Operand,
904 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode)
911 if (Target->Common.Node != Operand->Common.Node)
918 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode);
922 Operand->Common.Value.Arg, FALSE);
935 Operand->Common.Next, FALSE);
946 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
891 AcpiDmIsTargetAnOperand( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Operand, BOOLEAN TopLevel) argument
/barrelfish-master/lib/acpica/source/include/
H A Dacinterp.h164 #define ACPI_EXD_LIST 14 /* Operand object list */
574 ACPI_OPERAND_OBJECT *Operand,
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure665 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h1879 Node *Operand; member in class:UUIDOfExpr
1881 UUIDOfExpr(Node *Operand_) : Node(KUUIDOfExpr), Operand(Operand_) {}
1883 template<typename Fn> void match(Fn F) const { F(Operand); }
1887 Operand->print(S);
/barrelfish-master/lib/tommath/
H A Dbn.tex224 \subsubsection{Operand Size Related}
/barrelfish-master/usr/eclipseclp/
H A Dconfigure5232 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */

Completed in 90 milliseconds