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 Dtopo_auth.c150 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 Dtopo_subr.h142 extern char *topo_cleanup_auth_str(topo_hdl_t *, const char *);
H A Dtopo_mod.c345 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 Dtopo_subr.c306 topo_cleanup_auth_str(topo_hdl_t *thp, const char *begin) function
H A Dtopo_snap.c140 * 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 29 milliseconds