Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dhostdisk.c47 static bool hostdisk_match(struct devsw *devsw, const char *devspec);
61 .dv_match = hostdisk_match,
426 hostdisk_match(struct devsw *devsw, const char *devspec) in hostdisk_match() function