Searched refs:OwnerId (Results 1 - 25 of 33) sorted by relevance

12

/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutownerid.c129 * PARAMETERS: OwnerId - Where the new owner ID is returned
141 ACPI_OWNER_ID *OwnerId)
154 if (*OwnerId)
157 "Owner ID [0x%2.2X] already exists", *OwnerId));
210 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j));
213 "Allocated OwnerId: %2.2X\n", (unsigned int) *OwnerId));
233 "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT"));
259 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; local
265 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId);
140 AcpiUtAllocateOwnerId( ACPI_OWNER_ID *OwnerId) argument
[all...]
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsinit.c176 if (Node->OwnerId != Info->OwnerId)
282 ACPI_OWNER_ID OwnerId; local
288 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
301 Info.OwnerId = OwnerId;
343 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount,
H A Ddsmethod.c195 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL);
548 * to begin concurrent execution. We only need one OwnerId, even if the
551 if (!ObjDesc->Method.OwnerId)
553 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
641 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread);
896 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
920 * Additional threads. Do not release the OwnerId in this case,
970 /* No more threads, we can free the OwnerId */
974 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId);
H A Ddswstate.c659 * PARAMETERS: OwnerId - ID for object creation
673 ACPI_OWNER_ID OwnerId,
692 WalkState->OwnerId = OwnerId;
672 AcpiDsCreateWalkState( ACPI_OWNER_ID OwnerId, ACPI_PARSE_OBJECT *Origin, ACPI_OPERAND_OBJECT *MethodDesc, ACPI_THREAD_STATE *Thread) argument
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsalloc.c328 ACPI_OWNER_ID OwnerId = 0; local
341 OwnerId = WalkState->OwnerId;
381 Node->OwnerId = OwnerId;
386 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId,
551 * PARAMETERS: OwnerId - All nodes with this owner will be deleted
565 ACPI_OWNER_ID OwnerId)
574 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId);
577 if (OwnerId
564 AcpiNsDeleteNamespaceByOwner( ACPI_OWNER_ID OwnerId) argument
[all...]
H A Dnsparse.c153 ACPI_OWNER_ID OwnerId; local
175 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
191 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
H A Dnsdump.c321 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) &&
322 (Info->OwnerId != ThisNode->OwnerId))
347 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
743 * OwnerId - Dump only objects owned by this ID. Use
759 ACPI_OWNER_ID OwnerId,
783 Info.OwnerId = OwnerId;
882 * OwnerId - Dump only objects owned by this ID. Use
898 ACPI_OWNER_ID OwnerId,
755 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
894 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
[all...]
H A Dnssearch.c427 (*ReturnNode)->Type, WalkState->OwnerId));
434 (*ReturnNode)->OwnerId = WalkState->OwnerId;
H A Dnsload.c214 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
/barrelfish-master/lib/acpica/source/common/
H A Dadisasm.c147 ACPI_OWNER_ID OwnerId);
400 ACPI_OWNER_ID OwnerId; local
433 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE);
456 AcpiGbl_RootNode, OwnerId);
463 AcpiGbl_RootNode, OwnerId);
481 Status = AdReparseOneTable (Table, File, OwnerId);
535 * OwnerId - ID for this table
549 ACPI_OWNER_ID OwnerId)
598 AcpiGbl_RootNode, OwnerId);
601 AcpiGbl_RootNode, OwnerId);
546 AdReparseOneTable( ACPI_TABLE_HEADER *Table, FILE *File, ACPI_OWNER_ID OwnerId) argument
643 ACPI_OWNER_ID OwnerId; local
[all...]
H A Dadwalk.c255 * OwnerId - OwnerId of the table to be disassembled
268 ACPI_OWNER_ID OwnerId)
282 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
311 * OwnerId - OwnerId of the table to be disassembled
323 ACPI_OWNER_ID OwnerId)
337 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
783 Node->OwnerId = WalkState->OwnerId;
265 AcpiDmFinishNamespaceLoad( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
320 AcpiDmCrossReferenceNamespace( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
[all...]
H A Ddmtables.c430 * OwnerId - Returned OwnerId of the table
443 ACPI_OWNER_ID *OwnerId,
516 if (OwnerId)
518 Status = AcpiTbGetOwnerId (TableIndex, OwnerId);
441 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbmethod.c451 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
452 WalkState->OwnerId = ObjDesc->Method.OwnerId;
485 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
486 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
H A Ddbnames.c391 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
402 ACPI_OWNER_ID OwnerId; local
405 OwnerId = (ACPI_OWNER_ID) strtoul (OwnerArg, NULL, 0);
415 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
421 OwnerId, SubtreeEntry);
480 Info.OwnerId = ACPI_OWNER_ID_MAX;
796 Info.OwnerId = ACPI_OWNER_ID_MAX;
/barrelfish-master/lib/acpica/source/components/tables/
H A Dtbdata.c722 ACPI_OWNER_ID OwnerId; local
745 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId;
758 AcpiNsDeleteNamespaceByOwner (OwnerId);
779 * DESCRIPTION: Allocates OwnerId in TableDesc
797 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
813 * DESCRIPTION: Releases OwnerId in TableDesc
831 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
845 * OwnerId - Where the table OwnerId i
854 AcpiTbGetOwnerId( UINT32 TableIndex, ACPI_OWNER_ID *OwnerId) argument
[all...]
H A Dtbxfload.c515 ACPI_OWNER_ID OwnerId; local
530 * The node OwnerId is currently the same as the parent table ID.
533 OwnerId = Node->OwnerId;
534 if (!OwnerId)
536 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
553 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
/barrelfish-master/lib/acpica/source/include/
H A Dacapps.h246 ACPI_OWNER_ID OwnerId);
260 ACPI_OWNER_ID OwnerId);
H A Dacstruct.h154 ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
222 ACPI_OWNER_ID OwnerId; member in struct:acpi_init_walk_info
327 ACPI_OWNER_ID OwnerId; member in struct:acpi_walk_info
H A Dacnamesp.h264 ACPI_OWNER_ID OwnerId);
354 ACPI_OWNER_ID OwnerId,
362 ACPI_OWNER_ID OwnerId,
H A Dactables.h272 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h362 ACPI_OWNER_ID OwnerId,
/barrelfish-master/lib/acpica/source/components/events/
H A Devgpeinit.c333 WalkInfo.OwnerId = TableOwnerId;
387 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
419 /* Check if requested OwnerId matches this OwnerId */
422 (MethodNode->OwnerId != WalkInfo->OwnerId))
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsloop.c148 ACPI_OWNER_ID OwnerId);
259 WalkState->OwnerId);
372 * OwnerId - OwnerId of module level code
387 ACPI_OWNER_ID OwnerId)
436 MethodObj->Method.OwnerId = OwnerId;
383 AcpiPsLinkModuleCode( ACPI_PARSE_OBJECT *ParentOp, UINT8 *AmlStart, UINT32 AmlLength, ACPI_OWNER_ID OwnerId) argument
H A Dpsxface.c258 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexconfig.c168 ACPI_OWNER_ID OwnerId; local
216 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
219 AcpiEvUpdateGpes (OwnerId);

Completed in 76 milliseconds

12