Searched refs:init_child (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_util.h36 extern int init_child(pci_t *pci_p, dev_info_t *child);
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_drv.c372 init_child(dev_info_t *child) function
403 rval = init_child((dev_info_t *)arg);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c249 static int init_child(dev_info_t *child);
566 init_child(dev_info_t *child) function
602 return (init_child((dev_info_t *)arg));
/illumos-gate/usr/src/uts/sun4u/io/
H A Dupa64s.c182 static int init_child(dev_info_t *child);
777 * DDI_CTLOPS_INITCHILD see init_child() for details
798 return (init_child((dev_info_t *)arg));
1054 * init_child
1065 init_child(dev_info_t *child) function
1228 case D_INIT_CLD: s = "init_child"; break;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c32 * init_child()
303 * This function is called from init_child to name a node. It is
388 * init_child
399 init_child(pci_t *pci_p, dev_info_t *child) function
818 * init'ed. They will be set up in init_child().
870 * init'ed. They will be set up by init_child().
H A Dpci.c1192 * DDI_CTLOPS_INITCHILD see init_child() for details
1214 return (init_child(pci_p, (dev_info_t *)arg));

Completed in 69 milliseconds