Searched refs:ObjectType (Results 1 - 20 of 20) sorted by relevance

/barrelfish-2018-10-04/lib/acpica/source/components/dispatcher/
H A Ddswload.c226 ACPI_OBJECT_TYPE ObjectType; local
260 ObjectType = WalkState->OpInfo->ObjectType;
264 AcpiUtGetTypeName (ObjectType)));
274 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
285 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
405 AcpiUtGetTypeName (ObjectType)));
411 AcpiUtGetTypeName (ObjectType)));
418 AcpiUtGetTypeName (ObjectType)));
427 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
522 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c150 ACPI_OBJECT_TYPE ObjectType; local
212 ObjectType = WalkState->OpInfo->ObjectType;
215 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
233 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
246 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
259 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
353 if (AcpiNsOpensScope (ObjectType))
355 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
397 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
462 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddsutils.c750 if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
784 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
H A Ddswexec.c329 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
333 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
530 * being the ObjectType and SizeOf operators.
H A Ddsobject.c297 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType);
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Dadwalk.c627 (OpInfo->ObjectType != ACPI_TYPE_LOCAL_ALIAS) &&
692 ACPI_OBJECT_TYPE ObjectType; local
704 ObjectType = OpInfo->ObjectType;
705 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
751 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
790 if (AcpiNsOpensScope (ObjectType))
794 Status = AcpiDsScopeStackPush (Op->Common.Node, ObjectType,
828 ACPI_OBJECT_TYPE ObjectType; local
842 ObjectType
1049 ACPI_OBJECT_TYPE ObjectType; local
1103 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddmrestag.c552 if (OpInfo->ObjectType != ACPI_TYPE_INTEGER)
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Daslload.c418 ACPI_OBJECT_TYPE ObjectType; local
515 ObjectType = 1;
518 ObjectType++;
529 * first child is name, next child is ObjectType
532 ObjectType = ACPI_TYPE_ANY;
562 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
707 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
713 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType)));
725 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
737 Node->Type = (UINT8) ObjectType;
874 ACPI_OBJECT_TYPE ObjectType; local
1004 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Daslxref.c419 ACPI_OBJECT_TYPE ObjectType; local
656 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
658 "Type=%s\n", AcpiUtGetTypeName (ObjectType)));
669 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
1163 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
H A Daslprepkg.c314 Package->RetInfo3.ObjectType[i], i);
776 Package->RetInfo2.ObjectType[j], j);
H A Daslmap.c163 return (OpInfo->ObjectType);
190 * ObjectType keywords
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexresop.c224 UINT8 ObjectType; local
283 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
290 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS)
295 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
303 ObjectType = ObjDesc->Common.Type;
307 if (!AcpiUtValidObjectType (ObjectType))
310 "Bad operand object type [0x%X]", ObjectType));
315 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE)
410 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc);
/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnsobject.c155 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
206 ObjectType = ACPI_TYPE_ANY;
221 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type;
234 ObjectType = Type;
270 Node->Type = (UINT8) ObjectType;
H A Dnsprepkg.c302 Package->RetInfo3.ObjectType[i], i);
607 Package->RetInfo2.ObjectType[j], j);
/barrelfish-2018-10-04/lib/acpica/source/components/hardware/
H A Dhwpci.c446 ACPI_OBJECT_TYPE ObjectType; local
453 Status = AcpiGetType (PciDevice, &ObjectType);
459 if (ObjectType != ACPI_TYPE_DEVICE)
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Dutobject.c138 UINT8 ObjectType,
715 UINT8 ObjectType,
725 switch (ObjectType)
714 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutcopy.c135 UINT8 ObjectType,
163 UINT8 ObjectType,
335 UINT8 ObjectType,
354 switch (ObjectType)
946 UINT8 ObjectType,
964 switch (ObjectType)
334 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
945 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Daclocal.h482 UINT8 ObjectType[4]; member in struct:acpi_package_info2
493 UINT8 ObjectType[2]; member in struct:acpi_package_info3
943 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info
H A Dacutils.h234 UINT8 ObjectType,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl2557 iso_print_error(existence_error(ObjectType, Culprit), "%w does not exist: %w", [ObjectType, Culprit]).

Completed in 206 milliseconds