<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='552' type='ACPI_STATUS AcpiUtExecute_CID(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID_LIST ** ReturnCidList)'/>
<use f='src/src/sys/external/bsd/acpica/dist/events/evrgnini.c' l='413' u='c' c='AcpiEvIsPciRootBridge'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfeval.c' l='773' u='c' c='AcpiNsGetDeviceCallback'/>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nsxfname.c' l='398' u='c' c='AcpiGetObjectInfo'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='252' ll='383' type='ACPI_STATUS AcpiUtExecute_CID(ACPI_NAMESPACE_NODE * DeviceNode, ACPI_PNP_DEVICE_ID_LIST ** ReturnCidList)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utids.c' l='229'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtExecute_CID
 *
 * PARAMETERS:  DeviceNode          - Node for the device
 *              ReturnCidList       - Where the CID list is returned
 *
 * RETURN:      Status, list of CID strings
 *
 * DESCRIPTION: Executes the _CID control method that returns one or more
 *              compatible hardware IDs for the device.
 *
 *              NOTE: Internal function, no parameter validation
 *
 * A _CID method can return either a single compatible ID or a package of
 * compatible IDs. Each compatible ID can be one of the following:
 * 1) Integer (32 bit compressed EISA ID) or
 * 2) String (PCI ID format, e.g. &quot;PCI\VEN_vvvv&amp;DEV_dddd&amp;SUBSYS_ssssssss&quot;)
 *
 * The Integer CIDs are converted to string format by this function.
 *
 ******************************************************************************/</doc>
