Home
last modified time | relevance | path

Searched refs:Slot_Rewrites (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c37 extern slotnm_rewrite_t *Slot_Rewrites;
97 if (Slot_Rewrites == NULL || platform == NULL) in pci_label_slotname_lookup()
103 for (s = 0; s < Slot_Rewrites->srw_nplats; s++) { in pci_label_slotname_lookup()
105 __func__, Slot_Rewrites->srw_platrewrites[s].prw_platform); in pci_label_slotname_lookup()
106 if (strcasecmp(Slot_Rewrites->srw_platrewrites[s].prw_platform, in pci_label_slotname_lookup()
112 i < Slot_Rewrites->srw_platrewrites[s].prw_nrewrites; in pci_label_slotname_lookup()
115 rw = Slot_Rewrites->srw_platrewrites[s].prw_rewrites[i]; in pci_label_slotname_lookup()
/titanic_41/usr/src/lib/fm/topo/modules/sun4u/pcibus/
H A Dpci_sun4u.h79 slotnm_rewrite_t *Slot_Rewrites = &SlotRWs; variable
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.h194 slotnm_rewrite_t *Slot_Rewrites = NULL; variable
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.h288 slotnm_rewrite_t *Slot_Rewrites = &SlotRWs; variable