Searched refs:busp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcsa.c117 device_t *pci_devices, *pci_children, *busp, *childp; local
129 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) {
131 if (device_get_children(*busp, &pci_children, &pci_childcount))
/freebsd-9.3-release/sys/dev/sis/
H A Dif_sis.c353 device_t *busp, *childp; local
362 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) {
363 if (device_get_children(*busp, &pci_children, &pci_childcount))

Completed in 93 milliseconds