Searched refs:topo_cleanup_strn (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.h | 142 extern char *topo_cleanup_strn(topo_hdl_t *, const char *, size_t);
|
H A D | topo_subr.c | 312 topo_cleanup_strn(topo_hdl_t *thp, const char *begin, size_t max) in topo_cleanup_strn() function 351 return (topo_cleanup_strn(thp, begin, strlen(begin))); in topo_cleanup_auth_str()
|
H A D | topo_mod.c | 922 return (topo_cleanup_strn(mod->tm_hdl, str, strlen(str))); in topo_mod_clean_str() 931 return (topo_cleanup_strn(mod->tm_hdl, str, len)); in topo_mod_clean_strn()
|