Home
last modified time | relevance | path

Searched refs:get_pci_properties (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Dpci_util.h39 extern int get_pci_properties(pci_t *pci_p, dev_info_t *dip);
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c61 get_pci_properties(pci_t *pci_p, dev_info_t *dip) in get_pci_properties() function
H A Dpci.c303 if (get_pci_properties(pci_p, dip) == DDI_FAILURE) in pci_attach()