Home
last modified time | relevance | path

Searched refs:bt_probe (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/buslogic/
H A Dbt_pci.c147 if (bt_probe(dev) || bt_fetch_adapter_info(dev) || bt_init(dev)) { in bt_pci_attach()
H A Dbtreg.h647 int bt_probe(device_t dev);
H A Dbt.c241 bt_probe(device_t dev) in bt_probe() function