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

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_impl.h76 char *dp_devtype; /* PCI 1275 spec device-type */ member in struct:did
H A Ddid.c322 (void) di_devtype_get(mp, src, &np->dp_devtype);
330 if (np->dp_devtype != NULL)
331 topo_mod_strfree(mp, np->dp_devtype);
342 if (np->dp_devtype != NULL)
343 topo_mod_strfree(mp, np->dp_devtype);
408 if (dp->dp_devtype != NULL)
409 topo_mod_strfree(dp->dp_mod, dp->dp_devtype);
591 return (dp->dp_devtype);

Completed in 31 milliseconds