Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c91 return (pdp && did_physlot_exists(pdp)); in ba_is_2()
120 return (pdp && did_physlot_exists(pdp)); in ba_is_4()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.h59 extern int did_physlot_exists(did_t *);
H A Dpcibus_labels.c321 } else if (did_physlot_exists(apdp) && in pci_slot_label_lookup()
H A Ddid.c325 did_physlot_exists(did_t *did) in did_physlot_exists() function