Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_disk.c51 static bool ofwd_match(struct devsw *, const char *);
63 .dv_match = ofwd_match,
216 ofwd_match(struct devsw *devsw, const char *devspec) in ofwd_match() function