Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_net.c279 static bool ofwnd_match(struct devsw *, const char *);
286 .dv_match = ofwnd_match,
312 ofwnd_match(struct devsw *devsw, const char *devspec) in ofwnd_match() function