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

12

/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutownerid.c165 * PARAMETERS: OwnerId - Where the new owner ID is returned
177 ACPI_OWNER_ID *OwnerId)
190 if (*OwnerId)
193 "Owner ID [0x%3.3X] already exists", *OwnerId));
252 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j));
255 "Allocated OwnerId: 0x%3.3X\n", (unsigned int) *OwnerId));
275 "Could not allocate new OwnerId (4095 max), AE_OWNER_ID_LIMIT"));
301 ACPI_OWNER_ID OwnerId = *OwnerIdPtr; local
307 ACPI_FUNCTION_TRACE_U32 (UtReleaseOwnerId, OwnerId);
176 AcpiUtAllocateOwnerId( ACPI_OWNER_ID *OwnerId) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c213 if (Node->OwnerId != Info->OwnerId)
319 ACPI_OWNER_ID OwnerId; local
325 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
338 Info.OwnerId = OwnerId;
373 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount,
H A Ddsmethod.c231 WalkState = AcpiDsCreateWalkState (Node->OwnerId, NULL, NULL, NULL);
592 * to begin concurrent execution. We only need one OwnerId, even if the
595 if (!ObjDesc->Method.OwnerId)
597 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
685 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread);
935 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
980 * Additional threads. Do not release the OwnerId in this case,
1030 /* No more threads, we can free the OwnerId */
1034 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId);
H A Ddswstate.c695 * PARAMETERS: OwnerId - ID for object creation
709 ACPI_OWNER_ID OwnerId,
728 WalkState->OwnerId = OwnerId;
708 AcpiDsCreateWalkState( ACPI_OWNER_ID OwnerId, ACPI_PARSE_OBJECT *Origin, ACPI_OPERAND_OBJECT *MethodDesc, ACPI_THREAD_STATE *Thread) argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsalloc.c369 ACPI_OWNER_ID OwnerId = 0; local
382 OwnerId = WalkState->OwnerId;
422 Node->OwnerId = OwnerId;
427 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId,
592 * PARAMETERS: OwnerId - All nodes with this owner will be deleted
606 ACPI_OWNER_ID OwnerId)
615 ACPI_FUNCTION_TRACE_U32 (NsDeleteNamespaceByOwner, OwnerId);
618 if (OwnerId
605 AcpiNsDeleteNamespaceByOwner( ACPI_OWNER_ID OwnerId) argument
[all...]
H A Dnsparse.c195 ACPI_OWNER_ID OwnerId; local
221 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
250 MethodObj->Method.OwnerId = OwnerId;
313 ACPI_OWNER_ID OwnerId; local
335 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
351 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
H A Dnsdump.c359 if ((Info->OwnerId != ACPI_OWNER_ID_MAX) &&
360 (Info->OwnerId != ThisNode->OwnerId))
385 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
779 * OwnerId - Dump only objects owned by this ID. Use
795 ACPI_OWNER_ID OwnerId,
820 Info.OwnerId = OwnerId;
920 * OwnerId - Dump only objects owned by this ID. Use
936 ACPI_OWNER_ID OwnerId,
791 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
932 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
[all...]
H A Dnssearch.c463 (*ReturnNode)->Type, WalkState->OwnerId));
470 (*ReturnNode)->OwnerId = WalkState->OwnerId;
H A Dnsload.c243 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Dadisasm.c182 ACPI_OWNER_ID OwnerId);
447 ACPI_OWNER_ID OwnerId; local
504 Status = AdParseTable (Table, &OwnerId, TRUE, FALSE);
534 AcpiGbl_RootNode, OwnerId);
541 AcpiGbl_RootNode, OwnerId);
559 Status = AdReparseOneTable (Table, File, OwnerId);
613 * OwnerId - ID for this table
627 ACPI_OWNER_ID OwnerId)
686 AcpiGbl_RootNode, OwnerId);
689 AcpiGbl_RootNode, OwnerId);
624 AdReparseOneTable( ACPI_TABLE_HEADER *Table, FILE *File, ACPI_OWNER_ID OwnerId) argument
731 ACPI_OWNER_ID OwnerId; local
[all...]
H A Dadwalk.c296 * OwnerId - OwnerId of the table to be disassembled
309 ACPI_OWNER_ID OwnerId)
323 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
352 * OwnerId - OwnerId of the table to be disassembled
364 ACPI_OWNER_ID OwnerId)
378 WalkState = AcpiDsCreateWalkState (OwnerId, ParseTreeRoot, NULL, NULL);
848 Node->OwnerId = WalkState->OwnerId;
306 AcpiDmFinishNamespaceLoad( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
361 AcpiDmCrossReferenceNamespace( ACPI_PARSE_OBJECT *ParseTreeRoot, ACPI_NAMESPACE_NODE *NamespaceRoot, ACPI_OWNER_ID OwnerId) argument
[all...]
H A Ddmtables.c474 * OwnerId - Returned OwnerId of the table
487 ACPI_OWNER_ID *OwnerId,
572 if (OwnerId)
574 Status = AcpiTbGetOwnerId (TableIndex, OwnerId);
485 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c938 ACPI_OWNER_ID OwnerId; local
961 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId;
977 AcpiNsDeleteNamespaceByOwner (OwnerId);
991 * DESCRIPTION: Allocates OwnerId in TableDesc
1009 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
1025 * DESCRIPTION: Releases OwnerId in TableDesc
1043 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
1057 * OwnerId - Where the table OwnerId i
1066 AcpiTbGetOwnerId( UINT32 TableIndex, ACPI_OWNER_ID *OwnerId) argument
1176 ACPI_OWNER_ID OwnerId; local
[all...]
H A Dtbxfload.c525 ACPI_OWNER_ID OwnerId; local
540 * The node OwnerId is currently the same as the parent table ID.
543 OwnerId = Node->OwnerId;
544 if (!OwnerId)
546 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
563 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h190 ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
261 ACPI_OWNER_ID OwnerId; member in struct:acpi_init_walk_info
366 ACPI_OWNER_ID OwnerId; member in struct:acpi_region_walk_info
379 ACPI_OWNER_ID OwnerId; member in struct:acpi_walk_info
H A Dacapps.h287 ACPI_OWNER_ID OwnerId);
301 ACPI_OWNER_ID OwnerId);
H A Dacnamesp.h313 ACPI_OWNER_ID OwnerId);
403 ACPI_OWNER_ID OwnerId,
411 ACPI_OWNER_ID OwnerId,
H A Dactables.h330 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h402 ACPI_OWNER_ID OwnerId,
H A Dacdispat.h538 ACPI_OWNER_ID OwnerId,
H A Dacobject.h336 ACPI_OWNER_ID OwnerId; member in struct:acpi_object_method
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeinit.c366 WalkInfo.OwnerId = TableOwnerId;
420 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
454 /* Check if requested OwnerId matches this OwnerId */
457 (MethodNode->OwnerId != WalkInfo->OwnerId))
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c499 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
505 WalkState->OwnerId = ObjDesc->Method.OwnerId;
540 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
541 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
H A Ddbnames.c437 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
448 ACPI_OWNER_ID OwnerId; local
451 OwnerId = (ACPI_OWNER_ID) strtoul (OwnerArg, NULL, 0);
461 AcpiOsPrintf ("ACPI Namespace by owner %X:\n", OwnerId);
467 OwnerId, SubtreeEntry);
527 Info.OwnerId = ACPI_OWNER_ID_MAX;
927 Info.OwnerId = ACPI_OWNER_ID_MAX;
966 Info.OwnerId = ACPI_OWNER_ID_MAX;
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
428 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);

Completed in 222 milliseconds

12