Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c392 &np->dp_physlot_name) < 0) { in did_create()
473 if (dp->dp_physlot_name != NULL) in did_destroy()
474 topo_mod_strfree(dp->dp_mod, dp->dp_physlot_name); in did_destroy()
581 if (dp->dp_physlot_name != NULL) in did_physlot_name()
582 return (dp->dp_physlot_name); in did_physlot_name()
H A Ddid_impl.h73 char *dp_physlot_name; /* PCI-Express physical slot name */ member