Home
last modified time | relevance | path

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

/freebsd/usr.sbin/devinfo/
H A Ddevinfo.c63 static int print_device_path(struct devinfo_dev *, void *);
398 print_device_path(struct devinfo_dev *dev, void *xname) in print_device_path() function
408 rv = devinfo_foreach_device_child(dev, print_device_path, xname); in print_device_path()
420 if (devinfo_foreach_device_child(root, print_device_path, in print_path()