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

12

/freebsd-11.0-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)
85 "Owner ID [0x%2.2X] already exists", *OwnerId));
138 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j));
141 "Allocated OwnerId: %2.2X\n", (unsigned int) *OwnerId));
161 "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT"));
187 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; local
193 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId);
68 AcpiUtAllocateOwnerId( ACPI_OWNER_ID *OwnerId) argument
[all...]
/freebsd-11.0-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;
271 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount,
H A Ddsmethod.c123 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL);
476 * to begin concurrent execution. We only need one OwnerId, even if the
479 if (!ObjDesc->Method.OwnerId)
481 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
569 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread);
824 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
848 * Additional threads. Do not release the OwnerId in this case,
898 /* No more threads, we can free the OwnerId */
902 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-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsalloc.c256 ACPI_OWNER_ID OwnerId = 0; local
269 OwnerId = WalkState->OwnerId;
309 Node->OwnerId = OwnerId;
314 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId,
479 * PARAMETERS: OwnerId - All nodes with this owner will be deleted
493 ACPI_OWNER_ID OwnerId)
502 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId);
505 if (OwnerId
492 AcpiNsDeleteNamespaceByOwner( ACPI_OWNER_ID OwnerId) argument
[all...]
H A Dnsparse.c81 ACPI_OWNER_ID OwnerId; local
103 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
119 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
H A Dnsdump.c248 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) &&
249 (Info->OwnerId != ThisNode->OwnerId))
274 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
670 * OwnerId - Dump only objects owned by this ID. Use
686 ACPI_OWNER_ID OwnerId,
710 Info.OwnerId = OwnerId;
809 * OwnerId - Dump only objects owned by this ID. Use
825 ACPI_OWNER_ID OwnerId,
682 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
821 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
[all...]
H A Dnssearch.c355 (*ReturnNode)->Type, WalkState->OwnerId));
362 (*ReturnNode)->OwnerId = WalkState->OwnerId;
H A Dnsload.c142 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Dadisasm.c75 ACPI_OWNER_ID OwnerId);
328 ACPI_OWNER_ID OwnerId; local
361 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE);
384 AcpiGbl_RootNode, OwnerId);
391 AcpiGbl_RootNode, OwnerId);
409 Status = AdReparseOneTable (Table, File, OwnerId);
463 * OwnerId - ID for this table
477 ACPI_OWNER_ID OwnerId)
526 AcpiGbl_RootNode, OwnerId);
529 AcpiGbl_RootNode, OwnerId);
474 AdReparseOneTable( ACPI_TABLE_HEADER *Table, FILE *File, ACPI_OWNER_ID OwnerId) argument
571 ACPI_OWNER_ID OwnerId; local
[all...]
H A Dadwalk.c183 * OwnerId - OwnerId of the table to be disassembled
196 ACPI_OWNER_ID OwnerId)
210 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
239 * OwnerId - OwnerId of the table to be disassembled
251 ACPI_OWNER_ID OwnerId)
265 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
711 Node->OwnerId = WalkState->OwnerId;
193 AcpiDmFinishNamespaceLoad( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
248 AcpiDmCrossReferenceNamespace( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
[all...]
H A Ddmtables.c358 * OwnerId - Returned OwnerId of the table
371 ACPI_OWNER_ID *OwnerId,
444 if (OwnerId)
446 Status = AcpiTbGetOwnerId (TableIndex, OwnerId);
369 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c379 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
380 WalkState->OwnerId = ObjDesc->Method.OwnerId;
413 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
414 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
H A Ddbnames.c319 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
330 ACPI_OWNER_ID OwnerId; local
333 OwnerId = (ACPI_OWNER_ID) strtoul (OwnerArg, NULL, 0);
343 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
349 OwnerId, SubtreeEntry);
408 Info.OwnerId = ACPI_OWNER_ID_MAX;
724 Info.OwnerId = ACPI_OWNER_ID_MAX;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c650 ACPI_OWNER_ID OwnerId; local
673 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId;
686 AcpiNsDeleteNamespaceByOwner (OwnerId);
707 * DESCRIPTION: Allocates OwnerId in TableDesc
725 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
741 * DESCRIPTION: Releases OwnerId in TableDesc
759 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
773 * OwnerId - Where the table OwnerId i
782 AcpiTbGetOwnerId( UINT32 TableIndex, ACPI_OWNER_ID *OwnerId) argument
[all...]
H A Dtbxfload.c443 ACPI_OWNER_ID OwnerId; local
458 * The node OwnerId is currently the same as the parent table ID.
461 OwnerId = Node->OwnerId;
462 if (!OwnerId)
464 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
481 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacapps.h174 ACPI_OWNER_ID OwnerId);
188 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
150 ACPI_OWNER_ID OwnerId; member in struct:acpi_init_walk_info
255 ACPI_OWNER_ID OwnerId; member in struct:acpi_walk_info
H A Dacnamesp.h192 ACPI_OWNER_ID OwnerId);
282 ACPI_OWNER_ID OwnerId,
290 ACPI_OWNER_ID OwnerId,
H A Dactables.h200 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h290 ACPI_OWNER_ID OwnerId,
/freebsd-11.0-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-11.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c76 ACPI_OWNER_ID OwnerId);
187 WalkState->OwnerId);
300 * OwnerId - OwnerId of module level code
315 ACPI_OWNER_ID OwnerId)
364 MethodObj->Method.OwnerId = OwnerId;
311 AcpiPsLinkModuleCode( ACPI_PARSE_OBJECT *ParentOp, UINT8 *AmlStart, UINT32 AmlLength, ACPI_OWNER_ID OwnerId) argument
H A Dpsxface.c186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c95 ACPI_OWNER_ID OwnerId; local
143 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
146 AcpiEvUpdateGpes (OwnerId);

Completed in 224 milliseconds

12