Home
last modified time | relevance | path

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

/freebsd-head/stand/libsa/
HDdev.c121 if (dv->dv_match != NULL) { in devparse()
122 if (dv->dv_match(dv, devspec) != 0) in devparse()
HDstand.h166 bool (*dv_match)(struct devsw *, const char *); member
/freebsd-head/stand/libofw/
HDofw_disk.c63 .dv_match = ofwd_match,
HDofw_net.c286 .dv_match = ofwnd_match,
/freebsd-head/stand/kboot/kboot/
HDhostdisk.c61 .dv_match = hostdisk_match,