Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dbus_if.h142 typedef int bus_print_child_t(device_t _dev, device_t _child); typedef
163 return ((bus_print_child_t *) _m)(_dev, _child); in BUS_PRINT_CHILD()