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