Searched refs:ofw_bus_status_ok_cb (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c40 int (*ofw_bus_status_ok_cb)(device_t dev); variable
243 if (ofw_bus_status_ok_cb == NULL)
246 return ((*ofw_bus_status_ok_cb)(dev));
H A Dbsd_kernel.h617 extern int (*ofw_bus_status_ok_cb)(device_t dev);

Completed in 78 milliseconds