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

12

/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutownerid.c57 * PARAMETERS: OwnerId - Where the new owner ID is returned
69 ACPI_OWNER_ID *OwnerId)
82 if (*OwnerId)
84 ACPI_ERROR ((AE_INFO, "Owner ID [0x%2.2X] already exists", *OwnerId));
137 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j));
140 "Allocated OwnerId: %2.2X\n", (unsigned int) *OwnerId));
160 "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT"));
186 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; local
192 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId);
68 AcpiUtAllocateOwnerId( ACPI_OWNER_ID *OwnerId) argument
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c104 if (Node->OwnerId != Info->OwnerId)
210 ACPI_OWNER_ID OwnerId; local
216 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
229 Info.OwnerId = OwnerId;
261 Table->Signature, OwnerId, Info.ObjectCount, Info.DeviceCount,
H A Ddsmethod.c123 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL);
446 * to begin concurrent execution. We only need one OwnerId, even if the
449 if (!ObjDesc->Method.OwnerId)
451 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
537 NextWalkState = AcpiDsCreateWalkState (ObjDesc->Method.OwnerId,
795 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
818 * Additional threads. Do not release the OwnerId in this case,
865 /* No more threads, we can free the OwnerId */
869 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId);
H A Ddswstate.c587 * PARAMETERS: OwnerId - ID for object creation
601 ACPI_OWNER_ID OwnerId,
620 WalkState->OwnerId = OwnerId;
600 AcpiDsCreateWalkState( ACPI_OWNER_ID OwnerId, ACPI_PARSE_OBJECT *Origin, ACPI_OPERAND_OBJECT *MethodDesc, ACPI_THREAD_STATE *Thread) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsalloc.c256 ACPI_OWNER_ID OwnerId = 0; local
269 OwnerId = WalkState->OwnerId;
308 Node->OwnerId = OwnerId;
313 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId,
478 * PARAMETERS: OwnerId - All nodes with this owner will be deleted
492 ACPI_OWNER_ID OwnerId)
501 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId);
504 if (OwnerId
491 AcpiNsDeleteNamespaceByOwner( ACPI_OWNER_ID OwnerId) argument
[all...]
H A Dnsparse.c81 ACPI_OWNER_ID OwnerId; local
87 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
103 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
H A Dnsdump.c245 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) &&
246 (Info->OwnerId != ThisNode->OwnerId))
270 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
661 * OwnerId - Dump only objects owned by this ID. Use
677 ACPI_OWNER_ID OwnerId,
701 Info.OwnerId = OwnerId;
800 * OwnerId - Dump only objects owned by this ID. Use
816 ACPI_OWNER_ID OwnerId,
673 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
812 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/tables/
H A Dtbxfload.c365 ACPI_OWNER_ID OwnerId; local
380 * The node OwnerId is currently the same as the parent table ID.
383 OwnerId = Node->OwnerId;
384 if (!OwnerId)
386 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
403 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
H A Dtbdata.c649 ACPI_OWNER_ID OwnerId; local
672 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId;
685 AcpiNsDeleteNamespaceByOwner (OwnerId);
706 * DESCRIPTION: Allocates OwnerId in TableDesc
724 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
740 * DESCRIPTION: Releases OwnerId in TableDesc
758 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
772 * OwnerId - Where the table OwnerId i
781 AcpiTbGetOwnerId( UINT32 TableIndex, ACPI_OWNER_ID *OwnerId) argument
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacapps.h159 ACPI_OWNER_ID *OwnerId,
180 ACPI_OWNER_ID OwnerId);
194 ACPI_OWNER_ID OwnerId);
H A Dacstruct.h82 ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
149 ACPI_OWNER_ID OwnerId; member in struct:acpi_init_walk_info
254 ACPI_OWNER_ID OwnerId; member in struct:acpi_walk_info
H A Dacnamesp.h190 ACPI_OWNER_ID OwnerId);
272 ACPI_OWNER_ID OwnerId,
280 ACPI_OWNER_ID OwnerId,
H A Dactables.h200 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h285 ACPI_OWNER_ID OwnerId,
H A Dacdispat.h413 ACPI_OWNER_ID OwnerId,
H A Dacobject.h225 ACPI_OWNER_ID OwnerId; member in struct:acpi_object_method
H A Dactbl.h405 ACPI_OWNER_ID OwnerId; member in struct:acpi_table_desc
/freebsd-10.2-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c377 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
378 WalkState->OwnerId = ObjDesc->Method.OwnerId;
410 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
411 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
H A Ddbnames.c308 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
319 ACPI_OWNER_ID OwnerId; local
322 OwnerId = (ACPI_OWNER_ID) ACPI_STRTOUL (OwnerArg, NULL, 0);
332 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
337 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, OwnerId,
395 Info.OwnerId = ACPI_OWNER_ID_MAX;
641 Info.OwnerId = ACPI_OWNER_ID_MAX;
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dadisasm.c224 ACPI_OWNER_ID OwnerId; local
271 Status = AdParseTable (ExternalTable, &OwnerId, TRUE, TRUE);
284 AcpiGbl_RootNode, OwnerId);
390 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE);
413 AcpiGbl_RootNode, OwnerId);
420 AcpiGbl_RootNode, OwnerId);
478 AcpiGbl_RootNode, OwnerId);
481 AcpiGbl_RootNode, OwnerId);
857 * OwnerId - Returned OwnerId o
868 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
[all...]
H A Dadwalk.c181 * OwnerId - OwnerId of the table to be disassembled
194 ACPI_OWNER_ID OwnerId)
208 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
235 * OwnerId - OwnerId of the table to be disassembled
247 ACPI_OWNER_ID OwnerId)
261 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
700 Node->OwnerId = WalkState->OwnerId;
191 AcpiDmFinishNamespaceLoad( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
244 AcpiDmCrossReferenceNamespace( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/events/
H A Devgpeinit.c261 WalkInfo.OwnerId = TableOwnerId;
315 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
347 /* Check if requested OwnerId matches this OwnerId */
350 (MethodNode->OwnerId != WalkInfo->OwnerId))
/freebsd-10.2-release/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c75 ACPI_OWNER_ID OwnerId);
186 WalkState->OwnerId);
299 * OwnerId - OwnerId of module level code
314 ACPI_OWNER_ID OwnerId)
357 MethodObj->Method.OwnerId = OwnerId;
310 AcpiPsLinkModuleCode( ACPI_PARSE_OBJECT *ParentOp, UINT8 *AmlStart, UINT32 AmlLength, ACPI_OWNER_ID OwnerId) argument
H A Dpsxface.c311 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c95 ACPI_OWNER_ID OwnerId; local
140 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
143 AcpiEvUpdateGpes (OwnerId);

Completed in 90 milliseconds

12