Searched refs:pci_common_name_child (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.h | 104 int pci_common_name_child(dev_info_t *child, char *name, int namelen);
|
H A D | pci.c | 668 if (pci_common_name_child(child, name, 80) != DDI_SUCCESS) { in pci_initchild() 688 if (ndi_merge_node(child, pci_common_name_child) == in pci_initchild()
|
H A D | pci_common.c | 77 pci_common_name_child(dev_info_t *child, char *name, int namelen) in pci_common_name_child() function
|
/titanic_50/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 868 if (pci_common_name_child(child, name, 80) != DDI_SUCCESS) in npe_initchild() 888 if (ndi_merge_node(child, pci_common_name_child) == in npe_initchild()
|