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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg2.c173 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
191 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
195 Value = (UINT32) Operand[1]->Integer.Value;
275 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
309 Status = AcpiUtDivide (Operand[0]->Integer.Value,
310 Operand[1]->Integer.Value,
330 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
336 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
384 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
409 Operand[
640 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg3.c170 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
185 (UINT32) Operand[0]->Integer.Value,
186 (UINT32) Operand[1]->Integer.Value,
187 (UINT32) Operand[2]->Integer.Value));
192 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
193 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
194 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
238 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
259 (Operand[0])->Common.Type);
268 Index = Operand[
[all...]
H A Dexoparg1.c239 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
253 Status = AcpiExReleaseMutex (Operand[0], WalkState);
259 Status = AcpiExSystemResetEvent (Operand[0]);
265 Status = AcpiExSystemSignalEvent (Operand[0]);
271 Status = AcpiExSystemDoSuspend (Operand[0]->Integer.Value);
277 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
283 Status = AcpiExUnloadTable (Operand[0]);
317 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
330 Status = AcpiExLoadOp (Operand[0], Operand[
366 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
717 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c305 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
326 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
327 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
336 Index = Operand[5]->Integer.Value;
337 if (Index >= Operand[0]->Package.Count)
341 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
368 for ( ; Index < Operand[0]->Package.Count; Index++)
372 ThisElement = Operand[0]->Package.Elements[Index];
386 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
387 ThisElement, Operand[
[all...]
H A Dexcreate.c468 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
486 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
487 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
488 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
492 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
520 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
538 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
539 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
543 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
574 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c231 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
245 if ((Operand[0]->String.Length > ACPI_NAME_SIZE) ||
246 (Operand[1]->String.Length > ACPI_OEM_ID_SIZE) ||
247 (Operand[2]->String.Length > ACPI_OEM_TABLE_ID_SIZE))
254 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
255 Operand[1]->String.Pointer,
256 Operand[2]->String.Pointer, &TableIndex);
283 if (Operand[3]->String.Length > 0)
289 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer,
299 if (Operand[
[all...]
H A Dexresolv.c418 * Operand - Starting point for resolution
432 ACPI_OPERAND_OBJECT *Operand,
436 ACPI_OPERAND_OBJECT *ObjDesc = (void *) Operand;
445 /* Operand can be either a namespace node or an operand descriptor */
524 if (ObjDesc == Operand)
430 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsutils.c920 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
952 NewObjDesc = *Operand;
956 Type = (*Operand)->Common.Type;
958 Status = AcpiExResolveToValue (Operand, WalkState);
968 AcpiUtRemoveReference (*Operand);
970 Status = AcpiUtCopyIobjectToIobject (*Operand, &NewObjDesc, WalkState);
982 NewObjDesc = *Operand;
H A Ddsopcode.c957 ACPI_OPERAND_OBJECT **Operand; local
998 Operand = &WalkState->Operands[0];
1002 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
1003 Operand[1]->String.Pointer, Operand[2]->String.Pointer,
1010 AcpiUtRemoveReference (Operand[0]);
1011 AcpiUtRemoveReference (Operand[1]);
1012 AcpiUtRemoveReference (Operand[2]);
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h531 ACPI_OPERAND_OBJECT *Operand,

Completed in 144 milliseconds