Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.c100 device_t *devlp; in usbpf_uninit() local
111 error = devclass_get_devices(dc, &devlp, &devlcnt); in usbpf_uninit()
115 ubus = device_get_softc(devlp[i]); in usbpf_uninit()
119 kfree(devlp, M_TEMP); in usbpf_uninit()