Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dbus_if.h75 typedef int bus_child_pnpinfo_str_t(device_t _dev, device_t _child, char *_buf, typedef
103 return ((bus_child_pnpinfo_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_PNPINFO_STR()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c106 static bus_child_pnpinfo_str_t uhub_child_pnpinfo_string;