Home
last modified time | relevance | path

Searched refs:OwnerId (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutownerid.c177 ACPI_OWNER_ID *OwnerId) in AcpiUtAllocateOwnerId() argument
190 if (*OwnerId) in AcpiUtAllocateOwnerId()
193 "Owner ID [0x%2.2X] already exists", *OwnerId)); in AcpiUtAllocateOwnerId()
252 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j)); in AcpiUtAllocateOwnerId()
301 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; in AcpiUtReleaseOwnerId() local
307 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId); in AcpiUtReleaseOwnerId()
316 if (OwnerId == 0) in AcpiUtReleaseOwnerId()
318 ACPI_ERROR ((AE_INFO, "Invalid OwnerId: 0x%2.2X", OwnerId)); in AcpiUtReleaseOwnerId()
332 OwnerId--; in AcpiUtReleaseOwnerId()
336 Index = ACPI_DIV_32 (OwnerId); in AcpiUtReleaseOwnerId()
[all …]
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsalloc.c364 ACPI_OWNER_ID OwnerId = 0; in AcpiNsInstallNode() local
377 OwnerId = WalkState->OwnerId; in AcpiNsInstallNode()
417 Node->OwnerId = OwnerId; in AcpiNsInstallNode()
422 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId, in AcpiNsInstallNode()
601 ACPI_OWNER_ID OwnerId) in AcpiNsDeleteNamespaceByOwner() argument
610 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId); in AcpiNsDeleteNamespaceByOwner()
613 if (OwnerId == 0) in AcpiNsDeleteNamespaceByOwner()
652 if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
671 else if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
685 if (ParentNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
H A Dnsparse.c195 ACPI_OWNER_ID OwnerId; in AcpiNsExecuteTable() local
221 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiNsExecuteTable()
250 MethodObj->Method.OwnerId = OwnerId; in AcpiNsExecuteTable()
303 ACPI_OWNER_ID OwnerId; in AcpiNsOneCompleteParse() local
325 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiNsOneCompleteParse()
341 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL); in AcpiNsOneCompleteParse()
H A Dnsdump.c359 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) && in AcpiNsDumpOneObject()
360 (Info->OwnerId != ThisNode->OwnerId)) in AcpiNsDumpOneObject()
385 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId); in AcpiNsDumpOneObject()
797 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjects() argument
822 Info.OwnerId = OwnerId; in AcpiNsDumpObjects()
938 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjectPaths() argument
1002 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiNsDumpEntry()
H A Dnssearch.c463 (*ReturnNode)->Type, WalkState->OwnerId)); in AcpiNsSearchAndEnter()
470 (*ReturnNode)->OwnerId = WalkState->OwnerId; in AcpiNsSearchAndEnter()
H A Dnsload.c244 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId); in AcpiNsLoadTable()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsinit.c213 if (Node->OwnerId != Info->OwnerId) in AcpiDsInitOneObject()
319 ACPI_OWNER_ID OwnerId; in AcpiDsInitializeObjects() local
325 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiDsInitializeObjects()
338 Info.OwnerId = OwnerId; in AcpiDsInitializeObjects()
373 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount, in AcpiDsInitializeObjects()
H A Ddsmethod.c231 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL); in AcpiDsAutoSerializeMethod()
595 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution()
597 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDsBeginMethodExecution()
685 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread); in AcpiDsCallControlMethod()
923 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod()
1022 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod()
H A Ddswstate.c709 ACPI_OWNER_ID OwnerId, in AcpiDsCreateWalkState() argument
728 WalkState->OwnerId = OwnerId; in AcpiDsCreateWalkState()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadisasm.c181 ACPI_OWNER_ID OwnerId);
448 ACPI_OWNER_ID OwnerId; in AdDisassembleOneTable() local
496 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE); in AdDisassembleOneTable()
519 AcpiGbl_RootNode, OwnerId); in AdDisassembleOneTable()
526 AcpiGbl_RootNode, OwnerId); in AdDisassembleOneTable()
544 Status = AdReparseOneTable (Table, File, OwnerId); in AdDisassembleOneTable()
612 ACPI_OWNER_ID OwnerId) in AdReparseOneTable() argument
671 AcpiGbl_RootNode, OwnerId); in AdReparseOneTable()
674 AcpiGbl_RootNode, OwnerId); in AdReparseOneTable()
716 ACPI_OWNER_ID OwnerId; in AdDoExternalFileList() local
[all …]
H A Dadwalk.c309 ACPI_OWNER_ID OwnerId) in AcpiDmFinishNamespaceLoad() argument
323 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL); in AcpiDmFinishNamespaceLoad()
364 ACPI_OWNER_ID OwnerId) in AcpiDmCrossReferenceNamespace() argument
378 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL); in AcpiDmCrossReferenceNamespace()
837 Node->OwnerId = WalkState->OwnerId; in AcpiDmLoadDescendingOp()
1010 else if (Node->OwnerId && in AcpiDmXrefDescendingOp()
1011 (WalkState->OwnerId != Node->OwnerId)) in AcpiDmXrefDescendingOp()
H A Ddmtables.c487 ACPI_OWNER_ID *OwnerId, in AdParseTable() argument
572 if (OwnerId) in AdParseTable()
574 Status = AcpiTbGetOwnerId (TableIndex, OwnerId); in AdParseTable()
/illumos-gate/usr/src/common/acpica/tables/
H A Dtbdata.c938 ACPI_OWNER_ID OwnerId; in AcpiTbDeleteNamespaceByOwner() local
961 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbDeleteNamespaceByOwner()
976 AcpiNsDeleteNamespaceByOwner (OwnerId); in AcpiTbDeleteNamespaceByOwner()
1008 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbAllocateOwnerId()
1042 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbReleaseOwnerId()
1067 ACPI_OWNER_ID *OwnerId) in AcpiTbGetOwnerId() argument
1078 *OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbGetOwnerId()
1175 ACPI_OWNER_ID OwnerId; in AcpiTbLoadTable() local
1211 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiTbLoadTable()
1214 AcpiEvUpdateGpes (OwnerId); in AcpiTbLoadTable()
H A Dtbxfload.c516 ACPI_OWNER_ID OwnerId; in ACPI_EXPORT_SYMBOL() local
534 OwnerId = Node->OwnerId; in ACPI_EXPORT_SYMBOL()
535 if (!OwnerId) in ACPI_EXPORT_SYMBOL()
554 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId) in ACPI_EXPORT_SYMBOL()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h190 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member
258 ACPI_OWNER_ID OwnerId; member
363 ACPI_OWNER_ID OwnerId; member
H A Dacapps.h287 ACPI_OWNER_ID OwnerId);
301 ACPI_OWNER_ID OwnerId);
H A Dacnamesp.h311 ACPI_OWNER_ID OwnerId);
401 ACPI_OWNER_ID OwnerId,
409 ACPI_OWNER_ID OwnerId,
H A Dactables.h330 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h402 ACPI_OWNER_ID OwnerId,
H A Dactbl.h514 ACPI_OWNER_ID OwnerId; member
H A Dacutils.h991 ACPI_OWNER_ID *OwnerId);
995 ACPI_OWNER_ID *OwnerId);
H A Dacobject.h337 ACPI_OWNER_ID OwnerId; member
/illumos-gate/usr/src/common/acpica/events/
H A Devgpeinit.c369 WalkInfo.OwnerId = TableOwnerId; in AcpiEvUpdateGpes()
460 (MethodNode->OwnerId != WalkInfo->OwnerId)) in AcpiEvMatchGpeMethod()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsloop.c186 ACPI_OWNER_ID OwnerId);
327 WalkState->OwnerId); in AcpiPsGetArguments()
469 ACPI_OWNER_ID OwnerId) in AcpiPsLinkModuleCode() argument
518 MethodObj->Method.OwnerId = OwnerId; in AcpiPsLinkModuleCode()
H A Dpsxface.c294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod()
425 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteTable()

12