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.h44 extern char *utf8_to_str(utf8string *, uint_t *, char *);
H A Dref_subr.c85 utf8_to_str(utf8string *str, uint_t *lenp, char *s) function
144 s = utf8_to_str(&fs->server.server_val[j], &l, NULL);
153 s = utf8_to_str(&fs->rootpath.pathname4_val[j],
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1284 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) {
1369 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL)
H A Dnfs4_acl.c2169 who = utf8_to_str(orig_who, &len, NULL);
2189 who = utf8_to_str(orig_who, &len, NULL);
H A Dnfs4_subr.c575 return (utf8_to_str(u8s, lenp, s));
583 utf8_to_str(utf8string *str, uint_t *lenp, char *s) function
H A Dnfs4_srv.c1169 nm = utf8_to_str(utfnm, &len, NULL);
1695 lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata,
2921 nm = utf8_to_str(&args->objname, &len, NULL);
9830 server = utf8_to_str(&fs->server_val[0], &len, NULL);
9850 path = utf8_to_str(&fs->rootpath.pathname4_val[i], &len, NULL);
H A Dnfs4_vfsops.c1320 *linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
H A Dnfs4_vnops.c4607 linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
6081 s = utf8_to_str(&op->nfs_argop4_u.oplookup.objname,
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1320 extern char *utf8_to_str(utf8string *, uint_t *, char *);

Completed in 164 milliseconds