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

/haiku/src/add-ons/kernel/bus_managers/acpi/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...]
/haiku/src/add-ons/kernel/bus_managers/acpi/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);
941 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
986 * Additional threads. Do not release the OwnerId in this case,
1036 /* No more threads, we can free the OwnerId */
1040 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
/haiku/src/add-ons/kernel/bus_managers/acpi/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);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbdata.c973 ACPI_OWNER_ID OwnerId; local
996 OwnerId = AcpiGbl_RootTableList.Tables[TableIndex].OwnerId;
1012 AcpiNsDeleteNamespaceByOwner (OwnerId);
1026 * DESCRIPTION: Allocates OwnerId in TableDesc
1044 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
1060 * DESCRIPTION: Releases OwnerId in TableDesc
1078 &(AcpiGbl_RootTableList.Tables[TableIndex].OwnerId));
1092 * OwnerId - Where the table OwnerId i
1101 AcpiTbGetOwnerId( UINT32 TableIndex, ACPI_OWNER_ID *OwnerId) argument
1211 ACPI_OWNER_ID OwnerId; local
[all...]
H A Dtbxfload.c546 ACPI_OWNER_ID OwnerId; local
561 * The node OwnerId is currently the same as the parent table ID.
564 OwnerId = Node->OwnerId;
565 if (!OwnerId)
567 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
584 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
/haiku/src/add-ons/kernel/bus_managers/acpi/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.h333 ACPI_OWNER_ID *OwnerId);
H A Dacparser.h402 ACPI_OWNER_ID OwnerId,
H A Dacobject.h337 ACPI_OWNER_ID OwnerId; member in struct:acpi_object_method
H A Dactbl.h515 ACPI_OWNER_ID OwnerId; member in struct:acpi_table_desc
H A Dacdispat.h538 ACPI_OWNER_ID OwnerId,
H A Dacutils.h1024 ACPI_OWNER_ID *OwnerId);
1028 ACPI_OWNER_ID *OwnerId);
H A Daclocal.h303 ACPI_OWNER_ID OwnerId; /* Node creator */ member in struct:acpi_namespace_node
722 ACPI_OWNER_ID OwnerId; member in struct:acpi_gpe_walk_info
H A Dacdisasm.h1529 ACPI_OWNER_ID *OwnerId,
/haiku/src/add-ons/kernel/bus_managers/acpi/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))
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
428 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c258 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Method.OwnerId), "Owner Id"},
426 {ACPI_EXD_UINT16, ACPI_EXD_NSOFFSET (OwnerId), "Owner Id"},

Completed in 133 milliseconds