<dec f='src/src/sys/dev/acpi/acpi_pci.h' l='34' type='ACPI_STATUS acpi_pcidev_scan(struct acpi_devnode * )'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='667' u='c' c='acpi_build_tree'/>
<def f='src/src/sys/dev/acpi/acpi_pci.c' l='169' ll='314' type='ACPI_STATUS acpi_pcidev_scan(struct acpi_devnode * ad)'/>
<use f='src/src/sys/dev/acpi/acpi_pci.c' l='307' u='c' c='acpi_pcidev_scan'/>
<doc f='src/src/sys/dev/acpi/acpi_pci.c' l='157'>/*
 * acpi_pcidev_scan:
 *
 *	Scan the ACPI device tree for PCI devices.  A node is detected as a
 *	PCI device if it has an ancestor that is a PCI root bridge and such
 *	that all intermediate nodes are PCI-to-PCI bridges.  Depth-first
 *	recursive implementation.
 *
 *	PCI root bridges do not necessarily contain an _ADR, since they already
 *	contain an _HID (ACPI 4.0a, p. 197).  However we require an _ADR for
 *	all non-root PCI devices.
 */</doc>
