Home
last modified time | relevance | path

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) in init_child() function
403 rval = init_child((dev_info_t *)arg); in acpinex_ctlops()
/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) in init_child() function
602 return (init_child((dev_info_t *)arg)); in ssm_ctlops()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dupa64s.c182 static int init_child(dev_info_t *child);
798 return (init_child((dev_info_t *)arg)); in upa64s_ctlops()
1065 init_child(dev_info_t *child) in init_child() function
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c399 init_child(pci_t *pci_p, dev_info_t *child) in init_child() function
H A Dpci.c1228 return (init_child(pci_p, (dev_info_t *)arg)); in pci_ctlops()