Home
last modified time | relevance | path

Searched refs:utf8_to_str (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c85 utf8_to_str(utf8string *str, uint_t *lenp, char *s) in utf8_to_str() function
144 s = utf8_to_str(&fs->server.server_val[j], &l, NULL); in print_referral_summary()
153 s = utf8_to_str(&fs->rootpath.pathname4_val[j], in print_referral_summary()
H A Dref_subr.h44 extern char *utf8_to_str(utf8string *, uint_t *, char *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1287 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) { in nfs_idmap_cache_s2i_lkup()
1375 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL) in nfs_idmap_cache_s2i_insert()
H A Dnfs4_acl.c2169 who = utf8_to_str(orig_who, &len, NULL); in validate_idmapping()
2189 who = utf8_to_str(orig_who, &len, NULL); in validate_idmapping()
H A Dnfs4_subr.c575 return (utf8_to_str(u8s, lenp, s)); in utf8_to_fn()
583 utf8_to_str(utf8string *str, uint_t *lenp, char *s) in utf8_to_str() function
H A Dnfs4_srv.c1396 nm = utf8_to_str(utfnm, &len, NULL); in rfs4_op_secinfo()
1942 lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata, in rfs4_op_create()
3180 nm = utf8_to_str(&args->objname, &len, NULL); in rfs4_op_lookup()
10135 server = utf8_to_str(&fs->server_val[0], &len, NULL); in build_symlink()
10155 path = utf8_to_str(&fs->rootpath.pathname4_val[i], &len, NULL); in build_symlink()
H A Dnfs4_vfsops.c1321 *linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL); in getlinktext_otw()
H A Dnfs4_vnops.c4608 linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL); in nfs4_readlink()
6081 s = utf8_to_str(&op->nfs_argop4_u.oplookup.objname, in nfs4lookup_dump_compound()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1466 extern char *utf8_to_str(utf8string *, uint_t *, char *);