Searched refs:ofw_bus_status_ok_cb (Results 1 – 2 of 2) sorted by relevance
34 int (*ofw_bus_status_ok_cb)(device_t dev); variable242 if (ofw_bus_status_ok_cb == NULL) in ofw_bus_status_okay()245 return ((*ofw_bus_status_ok_cb)(dev)); in ofw_bus_status_okay()
665 extern int (*ofw_bus_status_ok_cb)(device_t dev);