<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='557' type='ACPI_STATUS AcpiUtExecute_CLS(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID ** ReturnId)'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='409' u='c' c='AcpiGetObjectInfo'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='405' ll='478' type='ACPI_STATUS AcpiUtExecute_CLS(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID ** ReturnId)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='386'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtExecute_CLS
 *
 * PARAMETERS:  DeviceNode          - Node for the device
 *              ReturnId            - Where the _CLS is returned
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Executes the _CLS control method that returns PCI-defined
 *              class code of the device. The _CLS value is always a package
 *              containing PCI class information as a list of integers.
 *              The returned string has format &quot;BBSSPP&quot;, where:
 *                BB = Base-class code
 *                SS = Sub-class code
 *                PP = Programming Interface code
 *
 ******************************************************************************/</doc>
