HomeSort by: relevance | last modified time | path
    Searched defs:bktr_devclass (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
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...]
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...]

Completed in 24 milliseconds