Searched refs:PICL_CLASS_PCIEX (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 88 #define PICL_CLASS_PCIEX "pciex" macro
|
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 205 if (strstr(val, PICL_CLASS_PCIEX)) in get_bus_type() 460 } else if (strcmp(val, PICL_CLASS_PCIEX) == 0 && in sun4v_pci_callback() 467 strcmp(class, PICL_CLASS_PCIEX) == 0) { in sun4v_pci_callback() 630 (void) picl_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, in sun4v_display_pci() 631 PICL_CLASS_PCIEX, sun4v_pci_callback); in sun4v_display_pci()
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/ontario/common/ |
H A D | pelton.c | 168 if ((strcmp(piclclass, PICL_CLASS_PCIEX) == 0) || in pelton_pci_callback()
|
H A D | stpaul.c | 101 if (strcmp(piclclass, PICL_CLASS_PCIEX) == 0) { in stpaul_pci_callback()
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | picldiag.c | 2022 if (strcmp(args, PICL_CLASS_PCIEX) == 0) in pci_pciex_callback() 2066 (strcmp(piclclass, PICL_CLASS_PCIEX) == 0) || in pci_pciex_callback() 2406 err = picl_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, in gather_io_cards() 2407 PICL_CLASS_PCIEX, pci_pciex_callback); in gather_io_cards()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 251 {PICL_CLASS_PCIEX, encode_pci_unitaddr, 0}, 3068 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, NULL, in set_pci_pciex_deviceid()
|