print_device
print_device(dev, indent);
print_device(dc->devices[i], indent+1);
static void print_device(device_t dev, int indent);
return(devinfo_foreach_device_child(dev, print_device,
devinfo_foreach_device_child(root, print_device, NULL);
static int print_device(struct devinfo_dev *, void *);