<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='820' type='ACPI_STATUS AcpiUtAllocateOwnerId(ACPI_OWNER_ID * OwnerId)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='816'>/*
 * utownerid - Support for Table/Method Owner IDs
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c' l='487' u='c' c='AcpiDsBeginMethodExecution'/>
<use f='src/src/sys/external/bsd/acpica/dist/tables/tbdata.c' l='720' u='c' c='AcpiTbAllocateOwnerId'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utownerid.c' l='67' ll='166' type='ACPI_STATUS AcpiUtAllocateOwnerId(ACPI_OWNER_ID * OwnerId)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utownerid.c' l='53'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtAllocateOwnerId
 *
 * PARAMETERS:  OwnerId         - Where the new owner ID is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Allocate a table or method owner ID. The owner ID is used to
 *              track objects created by the table or method, to be deleted
 *              when the method exits or the table is unloaded.
 *
 ******************************************************************************/</doc>
