<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='547' type='ACPI_STATUS AcpiUtExecute_UID(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID ** ReturnId)'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='389' u='c' c='AcpiGetObjectInfo'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='159' ll='226' type='ACPI_STATUS AcpiUtExecute_UID(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID ** ReturnId)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='141'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtExecute_UID
 *
 * PARAMETERS:  DeviceNode          - Node for the device
 *              ReturnId            - Where the string UID is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Executes the _UID control method that returns the unique
 *              ID of the device. The UID is either a 64-bit Integer (NOT an
 *              EISAID) or a string. Always returns a string. A 64-bit integer
 *              is converted to a decimal string.
 *
 *              NOTE: Internal function, no parameter validation
 *
 ******************************************************************************/</doc>
