Searched defs:OwnerId (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/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 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
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsparse.c81 ACPI_OWNER_ID OwnerId; local
103 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
119 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
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 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...]
/illumos-gate/usr/src/uts/intel/io/acpica/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...]
/illumos-gate/usr/src/uts/intel/io/acpica/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
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
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)
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...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconfig.c95 ACPI_OWNER_ID OwnerId; local
143 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
146 AcpiEvUpdateGpes (OwnerId);
/illumos-gate/usr/src/uts/intel/sys/acpi/
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 Dacobject.h227 ACPI_OWNER_ID OwnerId; member in struct:acpi_object_method
H A Dactbl.h406 ACPI_OWNER_ID OwnerId; member in struct:acpi_table_desc
H A Daclocal.h191 ACPI_OWNER_ID OwnerId; /* Node creator */ member in struct:acpi_namespace_node
611 ACPI_OWNER_ID OwnerId; member in struct:acpi_gpe_walk_info

Completed in 96 milliseconds