Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutownerid.c69 ACPI_OWNER_ID *OwnerId) in AcpiUtAllocateOwnerId() argument
82 if (*OwnerId) in AcpiUtAllocateOwnerId()
85 "Owner ID [0x%3.3X] already exists", *OwnerId)); in AcpiUtAllocateOwnerId()
144 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j)); in AcpiUtAllocateOwnerId()
147 "Allocated OwnerId: 0x%3.3X\n", (unsigned int) *OwnerId)); in AcpiUtAllocateOwnerId()
193 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; in AcpiUtReleaseOwnerId() local
199 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId); in AcpiUtReleaseOwnerId()
208 if (OwnerId == 0) in AcpiUtReleaseOwnerId()
210 ACPI_ERROR ((AE_INFO, "Invalid OwnerId: 0x%3.3X", OwnerId)); in AcpiUtReleaseOwnerId()
224 OwnerId--; in AcpiUtReleaseOwnerId()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsalloc.c261 ACPI_OWNER_ID OwnerId = 0; in AcpiNsInstallNode() local
274 OwnerId = WalkState->OwnerId; in AcpiNsInstallNode()
314 Node->OwnerId = OwnerId; in AcpiNsInstallNode()
319 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId, in AcpiNsInstallNode()
498 ACPI_OWNER_ID OwnerId) in AcpiNsDeleteNamespaceByOwner() argument
507 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId); in AcpiNsDeleteNamespaceByOwner()
510 if (OwnerId == 0) in AcpiNsDeleteNamespaceByOwner()
549 if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
568 else if (ChildNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
582 if (ParentNode->OwnerId == OwnerId) in AcpiNsDeleteNamespaceByOwner()
H A Dnsparse.c87 ACPI_OWNER_ID OwnerId; in AcpiNsExecuteTable() local
113 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiNsExecuteTable()
142 MethodObj->Method.OwnerId = OwnerId; in AcpiNsExecuteTable()
205 ACPI_OWNER_ID OwnerId; in AcpiNsOneCompleteParse() local
227 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiNsOneCompleteParse()
243 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL); in AcpiNsOneCompleteParse()
H A Dnsdump.c250 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) && in AcpiNsDumpOneObject()
251 (Info->OwnerId != ThisNode->OwnerId)) in AcpiNsDumpOneObject()
276 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId); in AcpiNsDumpOneObject()
686 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjects() argument
711 Info.OwnerId = OwnerId; in AcpiNsDumpObjects()
827 ACPI_OWNER_ID OwnerId, in AcpiNsDumpObjectPaths() argument
891 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiNsDumpEntry()
H A Dnssearch.c355 (*ReturnNode)->Type, WalkState->OwnerId)); in AcpiNsSearchAndEnter()
362 (*ReturnNode)->OwnerId = WalkState->OwnerId; in AcpiNsSearchAndEnter()
H A Dnsload.c135 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId); in AcpiNsLoadTable()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dadisasm.c74 ACPI_OWNER_ID OwnerId);
339 ACPI_OWNER_ID OwnerId; in AdDisassembleOneTable() local
396 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE); in AdDisassembleOneTable()
426 AcpiGbl_RootNode, OwnerId); in AdDisassembleOneTable()
433 AcpiGbl_RootNode, OwnerId); in AdDisassembleOneTable()
451 Status = AdReparseOneTable (Table, File, OwnerId); in AdDisassembleOneTable()
519 ACPI_OWNER_ID OwnerId) in AdReparseOneTable() argument
578 AcpiGbl_RootNode, OwnerId); in AdReparseOneTable()
581 AcpiGbl_RootNode, OwnerId); in AdReparseOneTable()
623 ACPI_OWNER_ID OwnerId; in AdDoExternalFileList() local
[all …]
H A Dadwalk.c201 ACPI_OWNER_ID OwnerId) in AcpiDmFinishNamespaceLoad() argument
215 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL); in AcpiDmFinishNamespaceLoad()
256 ACPI_OWNER_ID OwnerId) in AcpiDmCrossReferenceNamespace() argument
270 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL); in AcpiDmCrossReferenceNamespace()
740 Node->OwnerId = WalkState->OwnerId; in AcpiDmLoadDescendingOp()
913 else if (Node->OwnerId && in AcpiDmXrefDescendingOp()
914 (WalkState->OwnerId != Node->OwnerId)) in AcpiDmXrefDescendingOp()
H A Ddmtables.c372 * OwnerId - Returned OwnerId of the table
385 ACPI_OWNER_ID *OwnerId, in AdParseTable()
470 if (OwnerId) in AdParseTable()
472 Status = AcpiTbGetOwnerId (TableIndex, OwnerId); in AdParseTable()
379 AdParseTable(ACPI_TABLE_HEADER * Table,ACPI_OWNER_ID * OwnerId,BOOLEAN LoadTable,BOOLEAN External) AdParseTable() argument
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsinit.c105 if (Node->OwnerId != Info->OwnerId) in AcpiDsInitOneObject()
211 ACPI_OWNER_ID OwnerId; in AcpiDsInitializeObjects() local
217 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiDsInitializeObjects()
230 Info.OwnerId = OwnerId; in AcpiDsInitializeObjects()
265 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount, in AcpiDsInitializeObjects()
H A Ddsmethod.c123 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL); in AcpiDsAutoSerializeMethod()
487 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution()
489 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDsBeginMethodExecution()
577 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread); in AcpiDsCallControlMethod()
833 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod()
932 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId); in AcpiDsTerminateControlMethod()
H A Ddswstate.c601 ACPI_OWNER_ID OwnerId, in AcpiDsCreateWalkState() argument
620 WalkState->OwnerId = OwnerId; in AcpiDsCreateWalkState()
/netbsd-src/sys/external/bsd/acpica/dist/tables/
H A Dtbdata.c865 ACPI_OWNER_ID OwnerId; in AcpiTbDeleteNamespaceByOwner() local
888 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbDeleteNamespaceByOwner()
904 AcpiNsDeleteNamespaceByOwner (OwnerId); in AcpiTbDeleteNamespaceByOwner()
936 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbAllocateOwnerId()
970 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId)); in AcpiTbReleaseOwnerId()
995 ACPI_OWNER_ID *OwnerId) in AcpiTbGetOwnerId() argument
1006 *OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId; in AcpiTbGetOwnerId()
1103 ACPI_OWNER_ID OwnerId; in AcpiTbLoadTable() local
1130 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId); in AcpiTbLoadTable()
1133 AcpiEvUpdateGpes (OwnerId); in AcpiTbLoadTable()
H A Dtbxfload.c448 ACPI_OWNER_ID OwnerId; in ACPI_EXPORT_SYMBOL() local
466 OwnerId = Node->OwnerId; in ACPI_EXPORT_SYMBOL()
467 if (!OwnerId) in ACPI_EXPORT_SYMBOL()
486 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId) in ACPI_EXPORT_SYMBOL()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h82 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member
153 ACPI_OWNER_ID OwnerId; member
258 ACPI_OWNER_ID OwnerId; member
271 ACPI_OWNER_ID OwnerId; member
H A Dacapps.h186 ACPI_OWNER_ID OwnerId);
200 ACPI_OWNER_ID OwnerId);
H A Dacnamesp.h205 ACPI_OWNER_ID OwnerId);
295 ACPI_OWNER_ID OwnerId,
303 ACPI_OWNER_ID OwnerId,
H A Dactables.h225 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h294 ACPI_OWNER_ID OwnerId,
H A Dacutils.h916 ACPI_OWNER_ID *OwnerId);
920 ACPI_OWNER_ID *OwnerId);
H A Dactbl.h407 ACPI_OWNER_ID OwnerId; member
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbmethod.c391 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDbDisassembleMethod()
397 WalkState->OwnerId = ObjDesc->Method.OwnerId; in AcpiDbDisassembleMethod()
432 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId); in AcpiDbDisassembleMethod()
433 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId); in AcpiDbDisassembleMethod()
H A Ddbnames.c329 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
340 ACPI_OWNER_ID OwnerId; in AcpiDbDumpNamespaceByOwner() local
343 OwnerId = (ACPI_OWNER_ID) strtoul (OwnerArg, NULL, 0); in AcpiDbDumpNamespaceByOwner()
353 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId); in AcpiDbDumpNamespaceByOwner()
359 OwnerId, SubtreeEntry); in AcpiDbDumpNamespaceByOwner()
419 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiDbWalkAndMatchName()
827 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiDbDisplayObjects()
866 Info.OwnerId = ACPI_OWNER_ID_MAX; in AcpiDbDisplayFields()
/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devgpeinit.c258 WalkInfo.OwnerId = TableOwnerId; in AcpiEvUpdateGpes()
312 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
346 /* Check if requested OwnerId matches this OwnerId */ in AcpiEvMatchGpeMethod()
349 (MethodNode->OwnerId != WalkInfo->OwnerId)) in AcpiEvMatchGpeMethod()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsxface.c186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod()
320 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteTable()

12