Home
last modified time | relevance | path

Searched refs:PICL_CLASS_PCIEX (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/inc/
H A Dpicldefs.h88 #define PICL_CLASS_PCIEX "pciex" macro
/titanic_41/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c205 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 Dpelton.c168 if ((strcmp(piclclass, PICL_CLASS_PCIEX) == 0) || in pelton_pci_callback()
H A Dstpaul.c101 if (strcmp(piclclass, PICL_CLASS_PCIEX) == 0) { in stpaul_pci_callback()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2022 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 Dpicldevtree.c251 {PICL_CLASS_PCIEX, encode_pci_unitaddr, 0},
3068 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, NULL, in set_pci_pciex_deviceid()