Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dbus_if.h482 typedef int bus_suspend_child_t(device_t _dev, device_t _child); typedef
494 return ((bus_suspend_child_t *) _m)(_dev, _child); in BUS_SUSPEND_CHILD()