/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utownerid.c | 69 ACPI_OWNER_ID *OwnerId) in AcpiUtAllocateOwnerId() argument 82 if (*OwnerId) in AcpiUtAllocateOwnerId() 85 "Owner ID [0x%2.2X] already exists", *OwnerId)); in AcpiUtAllocateOwnerId() 138 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j)); in AcpiUtAllocateOwnerId() 141 "Allocated OwnerId: %2.2X\n", (unsigned int) *OwnerId)); in AcpiUtAllocateOwnerId() 187 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; in AcpiUtReleaseOwnerId() local 193 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId); in AcpiUtReleaseOwnerId() 202 if (OwnerId == 0) in AcpiUtReleaseOwnerId() 204 ACPI_ERROR ((AE_INFO, "Invalid OwnerId: 0x%2.2X", OwnerId)); in AcpiUtReleaseOwnerId() 218 OwnerId--; in AcpiUtReleaseOwnerId() [all …]
|
/titanic_44/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsalloc.c | 256 ACPI_OWNER_ID OwnerId = 0; in AcpiNsInstallNode() local 269 OwnerId = WalkState->OwnerId; in AcpiNsInstallNode() 309 Node->OwnerId = OwnerId; in AcpiNsInstallNode() 314 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId, in AcpiNsInstallNode() 493 ACPI_OWNER_ID OwnerId) in AcpiNsDeleteNamespaceByOwner() argument 502 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId); in AcpiNsDeleteNamespaceByOwner() 505 if (OwnerId == 0) in AcpiNsDeleteNamespaceByOwner() 544 if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner() 563 else if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner() 577 if (ParentNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
|
H A D | nsdump.c | 248 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) && in AcpiNsDumpOneObject() 249 (Info->OwnerId != ThisNode->OwnerId)) in AcpiNsDumpOneObject() 274 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId); in AcpiNsDumpOneObject() 686 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjects() argument 710 Info.OwnerId = OwnerId; in AcpiNsDumpObjects() 825 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjectPaths() argument 889 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiNsDumpEntry()
|
H A D | nsparse.c | 81 ACPI_OWNER_ID OwnerId; in AcpiNsOneCompleteParse() local 103 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiNsOneCompleteParse() 119 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL); in AcpiNsOneCompleteParse()
|
H A D | nssearch.c | 355 (*ReturnNode)->Type, WalkState->OwnerId)); in AcpiNsSearchAndEnter() 362 (*ReturnNode)->OwnerId = WalkState->OwnerId; in AcpiNsSearchAndEnter()
|
H A D | nsload.c | 142 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId); in AcpiNsLoadTable()
|
/titanic_44/usr/src/uts/intel/io/acpica/dispatcher/ |
H A D | dsinit.c | 104 if (Node->OwnerId != Info->OwnerId) in AcpiDsInitOneObject() 210 ACPI_OWNER_ID OwnerId; in AcpiDsInitializeObjects() local 216 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiDsInitializeObjects() 229 Info.OwnerId = OwnerId; in AcpiDsInitializeObjects() 271 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount, in AcpiDsInitializeObjects()
|
H A D | dsmethod.c | 123 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL); in AcpiDsAutoSerializeMethod() 479 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution() 481 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDsBeginMethodExecution() 569 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread); in AcpiDsCallControlMethod() 824 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod() 902 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod()
|
H A D | dswstate.c | 601 ACPI_OWNER_ID OwnerId, in AcpiDsCreateWalkState() argument 620 WalkState->OwnerId = OwnerId; in AcpiDsCreateWalkState()
|
/titanic_44/usr/src/uts/intel/io/acpica/tables/ |
H A D | tbdata.c | 650 ACPI_OWNER_ID OwnerId; in AcpiTbDeleteNamespaceByOwner() local 673 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbDeleteNamespaceByOwner() 686 AcpiNsDeleteNamespaceByOwner (OwnerId); in AcpiTbDeleteNamespaceByOwner() 725 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbAllocateOwnerId() 759 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbReleaseOwnerId() 784 ACPI_OWNER_ID *OwnerId) in AcpiTbGetOwnerId() argument 795 *OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbGetOwnerId()
|
H A D | tbxfload.c | 443 ACPI_OWNER_ID OwnerId; in ACPI_EXPORT_SYMBOL() local 461 OwnerId = Node->OwnerId; in ACPI_EXPORT_SYMBOL() 462 if (!OwnerId) in ACPI_EXPORT_SYMBOL() 481 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId) in ACPI_EXPORT_SYMBOL()
|
/titanic_44/usr/src/uts/intel/sys/acpi/ |
H A D | acstruct.h | 82 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member 150 ACPI_OWNER_ID OwnerId; member 255 ACPI_OWNER_ID OwnerId; member
|
H A D | acapps.h | 174 ACPI_OWNER_ID OwnerId); 188 ACPI_OWNER_ID OwnerId);
|
H A D | acnamesp.h | 192 ACPI_OWNER_ID OwnerId); 282 ACPI_OWNER_ID OwnerId, 290 ACPI_OWNER_ID OwnerId,
|
H A D | actables.h | 200 ACPI_OWNER_ID *OwnerId);
|
H A D | acparser.h | 290 ACPI_OWNER_ID OwnerId,
|
H A D | actbl.h | 406 ACPI_OWNER_ID OwnerId; member
|
H A D | acutils.h | 814 ACPI_OWNER_ID *OwnerId); 818 ACPI_OWNER_ID *OwnerId);
|
H A D | acobject.h | 227 ACPI_OWNER_ID OwnerId; member
|
H A D | acdispat.h | 413 ACPI_OWNER_ID OwnerId,
|
H A D | aclocal.h | 191 ACPI_OWNER_ID OwnerId; /* Node creator */ member 611 ACPI_OWNER_ID OwnerId; member
|
/titanic_44/usr/src/uts/intel/io/acpica/parser/ |
H A D | psloop.c | 76 ACPI_OWNER_ID OwnerId); 187 WalkState->OwnerId); in AcpiPsGetArguments() 315 ACPI_OWNER_ID OwnerId) in AcpiPsLinkModuleCode() argument 364 MethodObj->Method.OwnerId = OwnerId; in AcpiPsLinkModuleCode()
|
H A D | psxface.c | 186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod()
|
/titanic_44/usr/src/uts/intel/io/acpica/events/ |
H A D | evgpeinit.c | 261 WalkInfo.OwnerId = TableOwnerId; in AcpiEvUpdateGpes() 350 (MethodNode->OwnerId != WalkInfo->OwnerId)) in AcpiEvMatchGpeMethod()
|
/titanic_44/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconfig.c | 95 ACPI_OWNER_ID OwnerId; in AcpiExAddTable() local 143 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiExAddTable() 146 AcpiEvUpdateGpes (OwnerId); in AcpiExAddTable()
|