Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dbus_if.h584 typedef int bus_reset_child_t(device_t _dev, device_t _child, int _flags); typedef
597 return ((bus_reset_child_t *) _m)(_dev, _child, _flags); in BUS_RESET_CHILD()