Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dbus_if.h109 typedef int bus_child_location_str_t(device_t _dev, device_t _child, char *_buf, typedef
136 return ((bus_child_location_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_LOCATION_STR()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c105 static bus_child_location_str_t uhub_child_location_string;