HomeSort by: relevance | last modified time | path
    Searched defs:OwnerId (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c 213 if (Node->OwnerId != Info->OwnerId)
319 ACPI_OWNER_ID OwnerId;
325 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
338 Info.OwnerId = OwnerId;
373 Table->Signature, Table->OemTableId, OwnerId, Info.ObjectCount,
  /src/sys/external/bsd/acpica/dist/utilities/
utownerid.c 165 * 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"));
287 * PARAMETERS: OwnerIdPtr - Pointer to a previously allocated OwnerID
301 ACPI_OWNER_ID OwnerId = *OwnerIdPtr
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsparse.c 195 ACPI_OWNER_ID OwnerId;
221 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
250 MethodObj->Method.OwnerId = OwnerId;
313 ACPI_OWNER_ID OwnerId;
335 Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
351 WalkState = AcpiDsCreateWalkState (OwnerId, NULL, NULL, NULL);
nsalloc.c 369 ACPI_OWNER_ID OwnerId = 0;
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 == 0
    [all...]
  /src/sys/external/bsd/acpica/dist/tables/
tbxfload.c 556 ACPI_OWNER_ID OwnerId;
571 * The node OwnerId is currently the same as the parent table ID.
574 OwnerId = Node->OwnerId;
575 if (!OwnerId)
577 /* OwnerId==0 means DSDT is the owner. DSDT cannot be unloaded */
594 if (OwnerId != AcpiGbl_RootTableList.Tables[i].OwnerId)
tbdata.c 973 ACPI_OWNER_ID OwnerId;
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 is returne
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
adisasm.c 182 ACPI_OWNER_ID OwnerId);
447 ACPI_OWNER_ID OwnerId;
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);
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 437 * DESCRIPTION: Dump elements of the namespace that are owned by the OwnerId.
448 ACPI_OWNER_ID OwnerId;
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;
935 Info.OwnerId = ACPI_OWNER_ID_MAX;
974 Info.OwnerId = ACPI_OWNER_ID_MAX;
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 190 ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */
261 ACPI_OWNER_ID OwnerId;
366 ACPI_OWNER_ID OwnerId;
379 ACPI_OWNER_ID OwnerId;
acobject.h 337 ACPI_OWNER_ID OwnerId;
actbl.h 515 ACPI_OWNER_ID OwnerId;
aclocal.h 303 ACPI_OWNER_ID OwnerId; /* Node creator */
722 ACPI_OWNER_ID OwnerId;

Completed in 22 milliseconds