Searched refs:Common (Results 26 - 50 of 119) sorted by relevance

12345

/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddswload.c249 if (Op->Common.Node)
331 WalkState->ScopeInfo->Common.Value = ACPI_TYPE_ANY;
469 /* Common exit */
494 Op->Common.Node = Node;
568 if (Op->Common.AmlOpcode == AML_REGION_OP)
572 ((Op->Common.Value.Arg)->Common.Value.Integer),
579 else if (Op->Common.AmlOpcode == AML_DATA_REGION_OP)
591 if (Op->Common.AmlOpcode == AML_NAME_OP)
595 if (Op->Common
[all...]
H A Ddsdebug.c283 Next = Op->Common.Next;
284 Op->Common.Next = NULL;
289 Op->Common.Next = Next;
H A Ddsargs.c177 Op->Common.Node = ScopeNode;
211 Op->Common.Node = Node;
222 Op->Common.Node = ScopeNode;
279 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
328 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
376 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
426 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
/barrelfish-master/lib/acpica/source/compiler/
H A Daslfold.c298 WalkState->Opcode = Op->Common.AmlOpcode;
299 WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
341 OpInfo = AcpiPsGetOpcodeInfo (NextOp->Common.AmlOpcode);
516 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP;
518 OriginalParentOp = Op->Common.Parent;
519 Op->Common.Parent = RootOp;
530 Op->Common.Parent = OriginalParentOp;
622 NewTarget->Common.AmlOpcode = AML_INT_NAMEPATH_OP;
638 NewParent->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP;
640 OriginalParent = Op->Common
[all...]
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsargs.c349 Arg->Common.Value.Name = Path;
400 NameOp->Common.Value.Name = Path;
404 NameOp->Common.Node = Node;
441 else if (WalkState->Op->Common.AmlOpcode == AML_COND_REF_OF_OP)
451 else if ((Arg->Common.Parent) &&
452 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
453 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
476 Arg->Common
[all...]
H A Dpsobject.c265 UnnamedOp->Common.Value.Arg = NULL;
266 UnnamedOp->Common.ArgListLength = 0;
267 UnnamedOp->Common.AmlOpcode = WalkState->Opcode;
330 AcpiPsAppendArg (*Op, UnnamedOp->Common.Value.Arg);
332 if ((*Op)->Common.AmlOpcode == AML_REGION_OP ||
333 (*Op)->Common.AmlOpcode == AML_DATA_REGION_OP)
439 OpInfo = AcpiPsGetOpcodeInfo (ParentScope->Common.AmlOpcode);
443 if (ParentScope->Common.ArgListLength > ArgumentCount)
445 Op->Common.Flags |= ACPI_PARSEOP_TARGET;
448 else if (ParentScope->Common
[all...]
H A Dpsscope.c200 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
247 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE;
305 if (Scope->Common.Next)
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexfield.c238 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
244 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
253 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
351 if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
387 ObjDesc, ObjDesc->Common.Type, Buffer, (UINT32) Length));
456 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
462 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
471 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
489 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER)
564 else if ((ObjDesc->Common
[all...]
H A Dexstorob.c167 (TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER))
225 TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
272 (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
289 (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
304 TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
H A Dexresop.c174 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags &
303 ObjectType = ObjDesc->Common.Type;
376 (ObjDesc->Common.Type == ACPI_TYPE_STRING))
425 ((*StackPtr)->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
587 switch (ObjDesc->Common.Type)
609 switch (ObjDesc->Common.Type)
650 switch (ObjDesc->Common.Type)
674 switch (ObjDesc->Common.Type)
699 switch (ObjDesc->Common.Type)
721 switch (ObjDesc->Common
[all...]
H A Dexstore.c200 switch (DestDesc->Common.Type)
210 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT)
337 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE &&
363 IndexDesc->Reference.Object)->Common.ReferenceCount;
376 IndexDesc->Reference.Object)->Common.ReferenceCount;
400 if ((ObjDesc->Common.Type != ACPI_TYPE_BUFFER) &&
401 (ObjDesc->Common.Type != ACPI_TYPE_STRING))
410 switch (SourceDesc->Common.Type)
540 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
629 Node, NewDesc, NewDesc->Common
[all...]
H A Dexdebug.c175 (SourceDesc->Common.Type == ACPI_TYPE_STRING))
229 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
230 (SourceDesc->Common.Type != ACPI_TYPE_STRING))
255 switch (SourceDesc->Common.Type)
378 switch (ObjectDesc->Common.Type)
410 ObjectDesc->Common.Type);
H A Dexresnte.c220 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
239 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER)
258 if (SourceDesc->Common.Type != ACPI_TYPE_STRING)
273 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER)
H A Dexconcat.c179 switch (Operand0->Common.Type)
185 Operand0Type = Operand0->Common.Type;
205 switch (Operand1->Common.Type)
211 Operand1Type = Operand1->Common.Type;
272 Operand0->Common.Type));
380 Operand0->Common.Type));
426 TypeString = AcpiUtGetTypeName (ObjDesc->Common.Type);
H A Dexdump.c370 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Common.ReferenceCount), "Reference Count"},
371 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Common.Flags), "Flags"},
372 {ACPI_EXD_LIST, ACPI_EXD_OFFSET (Common.NextObject), "Object List"}
489 ObjDesc->Common.Type, AcpiUtGetObjectTypeName (ObjDesc));
559 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
561 while (Next->Common.NextObject)
563 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
569 Next = Next->Common.NextObject;
571 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
599 if ((Next->Common
[all...]
H A Dextrace.c465 Op->Common.Aml, Op->Common.AmlOpName);
497 Op->Common.Aml, Op->Common.AmlOpName);
H A Dexconvrt.c167 switch (ObjDesc->Common.Type)
203 switch (ObjDesc->Common.Type)
303 switch (ObjDesc->Common.Type)
361 ReturnDesc->Common.Flags |= AOPOBJ_DATA_VALID;
523 switch (ObjDesc->Common.Type)
735 if (DestinationType != SourceDesc->Common.Type)
/barrelfish-master/lib/acpica/source/common/
H A Ddmrestag.c526 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
538 if (BufferNameOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)
545 IndexOp = BufferNameOp->Common.Next;
549 IndexOp->Common.Node = NULL;
551 OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode);
559 if ((Op->Common.AmlOpcode == AML_CREATE_BIT_FIELD_OP) ||
560 (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP))
564 BitIndex = (UINT32) IndexOp->Common.Value.Integer;
570 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer);
576 BufferNameOp->Common
[all...]
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutids.c166 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
191 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
254 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
279 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
360 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE)
376 switch (CidObjects[i]->Common.Type)
421 if (CidObjects[i]->Common.Type == ACPI_TYPE_INTEGER)
507 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE)
509 if (Count > 0 && ClsObjects[0]->Common.Type == ACPI_TYPE_INTEGER)
513 if (Count > 1 && ClsObjects[1]->Common
[all...]
H A Dutdelete.c175 switch (Object->Common.Type)
184 if (!(Object->Common.Flags & AOPOBJ_STATIC_POINTER))
199 if (!(Object->Common.Flags & AOPOBJ_STATIC_POINTER))
502 OriginalCount = Object->Common.ReferenceCount;
511 Object->Common.ReferenceCount = NewCount;
525 Object, Object->Common.Type, NewCount));
535 Object->Common.ReferenceCount = NewCount;
549 Object, Object->Common.Type, NewCount));
575 NewCount, Object, Object->Common.Type));
632 switch (Object->Common
[all...]
H A Dutobject.c205 SecondObject->Common.Type = ACPI_TYPE_LOCAL_EXTRA;
206 SecondObject->Common.ReferenceCount = 1;
210 Object->Common.NextObject = SecondObject;
221 Object->Common.Type = (UINT8) Type;
225 Object->Common.ReferenceCount = 1;
627 switch (InternalObject->Common.Type)
685 InternalObject->Common.Type, InternalObject));
842 (InternalObject->Common.Type == ACPI_TYPE_PACKAGE))
H A Dutcopy.c227 ExternalObject->Type = InternalObject->Common.Type;
231 switch (InternalObject->Common.Type)
312 AcpiUtGetTypeName (InternalObject->Common.Type)));
449 ExternalObject->Type = InternalObject->Common.Type;
496 if (InternalObject->Common.Type == ACPI_TYPE_PACKAGE)
797 ReferenceCount = DestDesc->Common.ReferenceCount;
798 NextObject = DestDesc->Common.NextObject;
815 DestDesc->Common.ReferenceCount = ReferenceCount;
816 DestDesc->Common.NextObject = NextObject;
820 DestDesc->Common
[all...]
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmresrc.c341 Node = Op->Common.Node;
472 if (Op->Common.AmlOpcode != AML_BUFFER_OP)
479 NextOp = Op->Common.Value.Arg;
486 NextOp = NextOp->Common.Next;
493 Length = (ACPI_SIZE) NextOp->Common.Value.Integer;
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbutils.c501 if (Op->Common.AmlOpcode == AML_METHOD_OP)
529 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
530 StartOp = (Method->Common.Value.Arg)->Common.Next;
535 SearchOp->Common.AmlOffset += BaseAmlOffset;
540 if (Op->Common.AmlOpcode == AML_REGION_OP)
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsconvert.c152 switch (OriginalObject->Common.Type)
223 switch (OriginalObject->Common.Type)
318 switch (OriginalObject->Common.Type)
365 ((*Elements)->Common.Type != ACPI_TYPE_INTEGER))
437 if (OriginalObject->Common.Type == ACPI_TYPE_BUFFER)
513 switch (OriginalObject->Common.Type)

Completed in 82 milliseconds

12345