bktr_os.c | 258 static devclass_t bktr_devclass; variable in typeref:typename:devclass_t 286 DRIVER_MODULE(bktr, pci, bktr_driver, bktr_devclass, 0, 0); 605 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); 615 device_busy(devclass_get_device(bktr_devclass, unit)); 667 device_unbusy(devclass_get_device(bktr_devclass, unit)); 685 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); 706 device_unbusy(devclass_get_device(bktr_devclass, unit)); 723 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); 761 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); 796 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit) [all...] |