Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c285 np->dp_mod = mp; in did_create()
409 topo_mod_strfree(dp->dp_mod, dp->dp_devtype); in did_destroy()
411 topo_mod_strfree(dp->dp_mod, dp->dp_physlot_name); in did_destroy()
413 topo_mod_strfree(dp->dp_mod, dp->dp_slot_label); in did_destroy()
415 topo_mod_free(dp->dp_mod, dp, sizeof (did_t)); in did_destroy()
445 return (dp->dp_mod); in did_mod()
H A Ddid_impl.h68 topo_mod_t *dp_mod; /* module that allocated the private data */ member