Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c38 extern slotnm_rewrite_t *Slot_Rewrites;
98 if (Slot_Rewrites == NULL || platform == NULL) in pci_label_slotname_lookup()
104 for (s = 0; s < Slot_Rewrites->srw_nplats; s++) { in pci_label_slotname_lookup()
106 __func__, Slot_Rewrites->srw_platrewrites[s].prw_platform); in pci_label_slotname_lookup()
107 if (strcasecmp(Slot_Rewrites->srw_platrewrites[s].prw_platform, in pci_label_slotname_lookup()
113 i < Slot_Rewrites->srw_platrewrites[s].prw_nrewrites; in pci_label_slotname_lookup()
116 rw = Slot_Rewrites->srw_platrewrites[s].prw_rewrites[i]; in pci_label_slotname_lookup()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.h288 slotnm_rewrite_t *Slot_Rewrites = &SlotRWs; variable