Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c63 p->snm_name = topo_mod_strdup(mp, str); in slotnm_create()
64 if (p->snm_name == NULL) { in slotnm_create()
77 if (p->snm_name != NULL) in slotnm_destroy()
78 topo_mod_strfree(p->snm_mod, p->snm_name); in slotnm_destroy()
528 return (slot->snm_name); in did_physlot_name()
H A Ddid_impl.h51 char *snm_name; /* name describing the slot */ member