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

/freebsd-current/sys/dev/sound/pci/
H A Dcsa.c112 device_t *pci_devices, *pci_children, *busp, *childp; local
124 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) {
126 if (device_get_children(*busp, &pci_children, &pci_childcount))
/freebsd-current/sys/dev/sis/
H A Dif_sis.c354 device_t *busp, *childp; local
363 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) {
364 if (device_get_children(*busp, &pci_children, &pci_childcount))

Completed in 59 milliseconds