Home
last modified time | relevance | path

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

/src/stand/libofw/
H A Dofw_net.c282 struct devsw ofw_netdev = { variable
294 ofw_netdev.dv_strategy = netdev.dv_strategy; in ofwnd_init()
295 ofw_netdev.dv_open = netdev.dv_open; in ofwnd_init()
296 ofw_netdev.dv_close = netdev.dv_close; in ofwnd_init()
297 ofw_netdev.dv_ioctl = netdev.dv_ioctl; in ofwnd_init()
298 ofw_netdev.dv_print = netdev.dv_print; in ofwnd_init()
299 ofw_netdev.dv_fmtdev = netdev.dv_fmtdev; in ofwnd_init()
308 return (ofw_common_parsedev(dev, devspec, path, ofw_netdev.dv_name)); in ofwnd_parsedev()
H A Dlibofw.h48 extern struct devsw ofw_netdev;
/src/stand/powerpc/ofw/
H A Dconf.c54 &ofw_netdev,