Searched refs:topo_cleanup_auth_str (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_auth.c | 150 sn = topo_cleanup_auth_str(thp, bufp); 157 name = topo_cleanup_auth_str(thp, bufp); 211 mfg = topo_cleanup_auth_str(thp, s2.smbi_manufacturer); 212 name = topo_cleanup_auth_str(thp, s2.smbi_product); 213 pn = topo_cleanup_auth_str(thp, s2.smbi_part); 214 sn = topo_cleanup_auth_str(thp, s2.smbi_serial);
|
H A D | topo_subr.h | 142 extern char *topo_cleanup_auth_str(topo_hdl_t *, const char *);
|
H A D | topo_mod.c | 345 lpart = topo_cleanup_auth_str(mod->tm_hdl, part); 356 lrev = topo_cleanup_auth_str(mod->tm_hdl, rev); 367 lserial = topo_cleanup_auth_str(mod->tm_hdl, serial);
|
H A D | topo_subr.c | 306 topo_cleanup_auth_str(topo_hdl_t *thp, const char *begin) function
|
H A D | topo_snap.c | 140 * topo_cleanup_auth_str imposes a MAXNAMELEN limit 143 thp->th_product = topo_cleanup_auth_str(thp, product); 228 thp->th_server = topo_cleanup_auth_str(thp, uts.nodename);
|
Completed in 40 milliseconds