Symbol: utf8_to_str
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
144
s = utf8_to_str(&fs->server.server_val[j], &l, NULL);
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
153
s = utf8_to_str(&fs->rootpath.pathname4_val[j],
usr/src/cmd/fs.d/nfs/lib/ref_subr.h
44
extern char *utf8_to_str(utf8string *, uint_t *, char *);
usr/src/uts/common/fs/nfs/nfs4_acl.c
2169
who = utf8_to_str(orig_who, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_acl.c
2189
who = utf8_to_str(orig_who, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1287
if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) {
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1375
if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL)
usr/src/uts/common/fs/nfs/nfs4_srv.c
10283
server = utf8_to_str(&fs->server_val[0], &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_srv.c
10303
path = utf8_to_str(&fs->rootpath.pathname4_val[i], &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_srv.c
1462
nm = utf8_to_str(utfnm, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2008
lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3246
nm = utf8_to_str(&args->objname, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_subr.c
575
return (utf8_to_str(u8s, lenp, s));
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1321
*linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
4608
linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6081
s = utf8_to_str(&op->nfs_argop4_u.oplookup.objname,
usr/src/uts/common/nfs/nfs4.h
1481
extern char *utf8_to_str(utf8string *, uint_t *, char *);