Searched refs:PICL_CLASS_PCI (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 87 #define PICL_CLASS_PCI "pci" macro
|
/titanic_44/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 208 else if (strstr(val, PICL_CLASS_PCI)) in get_bus_type() 461 strcmp(class, PICL_CLASS_PCI) == 0) { in sun4v_pci_callback() 466 } else if (strcmp(val, PICL_CLASS_PCI) == 0 && in sun4v_pci_callback() 632 (void) picl_walk_tree_by_class(plafh, PICL_CLASS_PCI, in sun4v_display_pci() 633 PICL_CLASS_PCI, sun4v_pci_callback); in sun4v_display_pci()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.c | 406 err = do_walk(plafh, PICL_CLASS_PCI, PICL_CLASS_PCI, opl_pci_callback); in opl_display_pci()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/ontario/common/ |
H A D | pelton.c | 169 (strcmp(piclclass, PICL_CLASS_PCI) == 0)) { in pelton_pci_callback()
|
H A D | stpaul.c | 107 if (strcmp(piclclass, PICL_CLASS_PCI) == 0) { in stpaul_pci_callback()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/montoya/common/ |
H A D | montoya.c | 156 if (strcmp(piclclass, PICL_CLASS_PCI) == 0) { in montoya_pci_callback()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/ |
H A D | schumacher.c | 1891 if ((strcmp(piclclass, PICL_CLASS_PCI) == 0) || in pci_callback() 2000 err = picl_walk_tree_by_class(plafh, PICL_CLASS_PCI, in gather_io_cards() 2001 PICL_CLASS_PCI, pci_callback); in gather_io_cards()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | picldiag.c | 2065 if ((strcmp(piclclass, PICL_CLASS_PCI) == 0) || in pci_pciex_callback() 2401 err = picl_walk_tree_by_class(plafh, PICL_CLASS_PCI, in gather_io_cards() 2402 PICL_CLASS_PCI, pci_pciex_callback); in gather_io_cards()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/lw8/common/ |
H A D | lw8.c | 2055 if ((strcmp(piclclass, PICL_CLASS_PCI) == 0) || in pci_callback() 2386 err = picl_walk_tree_by_class(plafh, PICL_CLASS_PCI, in gather_io_cards() 2387 PICL_CLASS_PCI, pci_callback); in gather_io_cards()
|
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 250 {PICL_CLASS_PCI, encode_pci_unitaddr, 0}, 3065 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCI, NULL, in set_pci_pciex_deviceid()
|