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

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

Completed in 26 milliseconds