HomeSort by: relevance | last modified time | path
    Searched refs:OwnerId (Results 1 - 25 of 31) sorted by relevancy

1 2

  /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/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,
dsmethod.c 231 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);
700 ObjDesc->Method.OwnerId, NULL, ObjDesc, Thread);
948 AcpiNsDeleteNamespaceByOwner (MethodDesc->Method.OwnerId);
993 * Additional threads. Do not release the OwnerId in this case,
1043 /* No more threads, we can free the OwnerId */
1047 AcpiUtReleaseOwnerId (&MethodDesc->Method.OwnerId);
dswstate.c 695 * PARAMETERS: OwnerId - ID for object creation
709 ACPI_OWNER_ID OwnerId,
728 WalkState->OwnerId = OwnerId;
  /src/sys/external/bsd/acpica/dist/namespace/
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...]
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);
nsdump.c 359 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,
    [all...]
nssearch.c 463 (*ReturnNode)->Type, WalkState->OwnerId));
470 (*ReturnNode)->OwnerId = WalkState->OwnerId;
nsload.c 243 AcpiGbl_RootTableList.Tables[TableIndex].OwnerId);
  /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...]
adwalk.c 296 * 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;
    [all...]
dmtables.c 480 * OwnerId - Returned OwnerId of the table
493 ACPI_OWNER_ID *OwnerId,
578 if (OwnerId)
580 Status = AcpiTbGetOwnerId (TableIndex, OwnerId);
  /src/sys/external/bsd/acpica/dist/tables/
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...]
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)
  /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;
acapps.h 294 ACPI_OWNER_ID OwnerId);
308 ACPI_OWNER_ID OwnerId);
acnamesp.h 313 ACPI_OWNER_ID OwnerId);
403 ACPI_OWNER_ID OwnerId,
411 ACPI_OWNER_ID OwnerId,
actables.h 333 ACPI_OWNER_ID *OwnerId);
acparser.h 402 ACPI_OWNER_ID OwnerId,
acdispat.h 538 ACPI_OWNER_ID OwnerId,
acobject.h 337 ACPI_OWNER_ID OwnerId;
  /src/sys/external/bsd/acpica/dist/events/
evgpeinit.c 366 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))
  /src/sys/external/bsd/acpica/dist/debugger/
dbmethod.c 499 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
505 WalkState->OwnerId = ObjDesc->Method.OwnerId;
540 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
541 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
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/parser/
psxface.c 294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
428 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);

Completed in 57 milliseconds

1 2