Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c348 np->dp_mod = mp; in did_create()
472 topo_mod_strfree(dp->dp_mod, dp->dp_devtype); in did_destroy()
474 topo_mod_strfree(dp->dp_mod, dp->dp_physlot_name); in did_destroy()
476 topo_mod_strfree(dp->dp_mod, dp->dp_slot_label); in did_destroy()
478 topo_mod_free(dp->dp_mod, dp, sizeof (did_t)); in did_destroy()
508 return (dp->dp_mod); in did_mod()
H A Ddid_impl.h68 topo_mod_t *dp_mod; /* module that allocated the private data */ member