Home
last modified time | relevance | path

Searched refs:did_physlot_name (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.h54 extern const char *did_physlot_name(did_t *, int);
H A Dpcibus_labels.c261 l = (char *)did_physlot_name(pdp, d); in pci_slot_label_lookup()
390 if ((l = (char *)did_physlot_name(dp, d)) != NULL) { in pci_slot_label_lookup()
H A Ddid.c572 did_physlot_name(did_t *dp, int dev) in did_physlot_name() function