Home
last modified time | relevance | path

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

/src/sys/dev/ata/
H A Data-pci.c126 unit : devclass_find_free_unit(ata_devclass, 2)); in ata_pci_attach()
/src/sys/sys/
H A Dbus.h782 int devclass_find_free_unit(devclass_t dc, int unit);
/src/sys/kern/
H A Dsubr_bus.c1153 devclass_find_free_unit(devclass_t dc, int unit) in devclass_find_free_unit() function