Searched refs:print_device_path (Results 1 – 1 of 1) sorted by relevance
56 static int print_device_path(struct devinfo_dev *, void *);335 print_device_path(struct devinfo_dev *dev, void *xname) in print_device_path() function345 rv = devinfo_foreach_device_child(dev, print_device_path, xname); in print_device_path()356 if (devinfo_foreach_device_child(root, print_device_path, (void *)path) == 0) in print_path()