Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1031 device_get_desc(device_t dev) in device_get_desc() function
2016 if (device_get_desc(child)) { in bus_print_child_header()
2017 retval += device_printf(child, "<%s>", device_get_desc(child)); in bus_print_child_header()
/third_party/FreeBSD/sys/sys/
Dbus.h298 const char *device_get_desc(device_t dev);
/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c739 (desc = device_get_desc(iface->subdev))) { in ugen_get_iface_driver()