Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.c34 int (*ofw_bus_status_ok_cb)(device_t dev); variable
242 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()
H A Dbsd_kernel.h665 extern int (*ofw_bus_status_ok_cb)(device_t dev);