init_child
rval = init_child((dev_info_t *)arg);
return (init_child(pci_p, (dev_info_t *)arg));
static int init_child(dev_info_t *child);
return (init_child((dev_info_t *)arg));
static int init_child(dev_info_t *child);
return (init_child((dev_info_t *)arg));
extern int init_child(pci_t *pci_p, dev_info_t *child);