Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dbus.h356 void *devclass_get_softc(devclass_t dc, int unit);
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c127 cpd->bus = devclass_get_softc(usb_devclass_ptr, cpd->bus_index); in usb_ref_device()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c723 devclass_get_softc(devclass_t dc, int unit) in devclass_get_softc() function