Home
last modified time | relevance | path

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

/freebsd/sbin/devmatch/
H A Ddevmatch.c518 find_exact_dev(struct devinfo_dev *dev, void *arg) in find_exact_dev() function
540 return (devinfo_foreach_device_child(dev, find_exact_dev, arg)); in find_exact_dev()
590 devinfo_foreach_device_child(root, find_exact_dev, (void *)&info); in find_nomatch()