Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c54 if ((n = did_physlot(dp)) < 0 || Physlot_Names == NULL || in pci_label_physlot_lookup()
252 if (did_physlot(pdp) >= 0) { in pci_slot_label_lookup()
256 __func__, node, did_physlot(pdp)); in pci_slot_label_lookup()
H A Ddid.h58 extern int did_physlot(did_t *);
H A Ddid.c318 did_physlot(did_t *did) in did_physlot() function
H A Dpcibus.c571 if (did_physlot(dp) >= 0) { in declare_dev_and_fn()