Searched refs:utf8_to_str (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | ref_subr.c | 85 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 D | ref_subr.h | 44 extern char *utf8_to_str(utf8string *, uint_t *, char *);
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1284 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) { in nfs_idmap_cache_s2i_lkup() 1369 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL) in nfs_idmap_cache_s2i_insert()
|
H A D | nfs4_acl.c | 2169 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 D | nfs4_subr.c | 575 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 D | nfs4_srv.c | 1175 nm = utf8_to_str(utfnm, &len, NULL); in rfs4_op_secinfo() 1701 lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata, in rfs4_op_create() 2939 nm = utf8_to_str(&args->objname, &len, NULL); in rfs4_op_lookup() 9804 server = utf8_to_str(&fs->server_val[0], &len, NULL); in build_symlink() 9824 path = utf8_to_str(&fs->rootpath.pathname4_val[i], &len, NULL); in build_symlink()
|
H A D | nfs4_vfsops.c | 1320 *linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL); in getlinktext_otw()
|
H A D | nfs4_vnops.c | 4605 linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL); in nfs4_readlink() 6079 s = utf8_to_str(&op->nfs_argop4_u.oplookup.objname, in nfs4lookup_dump_compound()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1320 extern char *utf8_to_str(utf8string *, uint_t *, char *);
|