<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='690' type='ACPI_STATUS AcpiGetObjectInfo(ACPI_HANDLE Object, ACPI_DEVICE_INFO ** ReturnBuffer)'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='704' u='c' c='acpi_make_devnode'/>
<use f='src/src/sys/dev/acpi/acpi_util.c' l='458' u='c' c='acpi_match_cpu_handle'/>
<use f='src/src/sys/dev/acpi/sony_acpi.c' l='442' u='c' c='sony_acpi_find_pic'/>
<def f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='308' ll='575' type='ACPI_STATUS AcpiGetObjectInfo(ACPI_HANDLE Handle, ACPI_DEVICE_INFO ** ReturnBuffer)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='281'>/******************************************************************************
 *
 * FUNCTION:    AcpiGetObjectInfo
 *
 * PARAMETERS:  Handle              - Object Handle
 *              ReturnBuffer        - Where the info is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Returns information about an object as gleaned from the
 *              namespace node and possibly by running several standard
 *              control methods (Such as in the case of a device.)
 *
 * For Device and Processor objects, run the Device _HID, _UID, _CID, _STA,
 * _CLS, _ADR, _SxW, and _SxD methods.
 *
 * Note: Allocates the return buffer, must be freed by the caller.
 *
 * Note: This interface is intended to be used during the initial device
 * discovery namespace traversal. Therefore, no complex methods can be
 * executed, especially those that access operation regions. Therefore, do
 * not add any additional methods that could cause problems in this area.
 * this was the fate of the _SUB method which was found to cause such
 * problems and was removed (11/2015).
 *
 ******************************************************************************/</doc>
