Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddev.c121 if (dv->dv_match != NULL) { in devparse()
122 if (dv->dv_match(dv, devspec) != 0) in devparse()
H A Dstand.h161 bool (*dv_match)(struct devsw *, const char *); member
/freebsd/stand/libofw/
H A Dofw_disk.c63 .dv_match = ofwd_match,
H A Dofw_net.c286 .dv_match = ofwnd_match,
/freebsd/stand/kboot/kboot/
H A Dhostdisk.c61 .dv_match = hostdisk_match,