Symbol: str_to_utf8
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
193
if (str_to_utf8(buf, &comp4[ncomp]) == NULL)
usr/src/cmd/fs.d/nfs/lib/ref_subr.h
43
extern utf8string *str_to_utf8(char *, utf8string *);
usr/src/cmd/fs.d/nfs/rp_basic/libnfs_basic.c
208
str_to_utf8(buf2,
usr/src/uts/common/fs/nfs/nfs4_acl.c
1697
(void) str_to_utf8(ACE4_WHO_GROUP, &nfsace4->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1721
(void) str_to_utf8(ACE4_WHO_OWNER, &nfsace4->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1723
(void) str_to_utf8(ACE4_WHO_EVERYONE, &nfsace4->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
614
(void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
701
(void) str_to_utf8(ACE4_WHO_OWNER, &acep->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
717
(void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
usr/src/uts/common/fs/nfs/nfs4_acl.c
762
(void) str_to_utf8(ACE4_WHO_EVERYONE, &acep->who);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1686
(void) str_to_utf8(ids, u8s);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
536
(void) str_to_utf8("nobody", u8s);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
591
(void) str_to_utf8(resp->str, u8s);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
916
(void) str_to_utf8("nobody", u8s);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
971
(void) str_to_utf8(resp->str, u8s);
usr/src/uts/common/fs/nfs/nfs4_srv.c
10154
(void) str_to_utf8(buf, &comp4[ncomp]);
usr/src/uts/common/fs/nfs/nfs4_srv.c
4111
(void) str_to_utf8(name, (utf8string *)&resp->link);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
1405
(void) str_to_utf8(ACE4_WHO_EVERYONE, &nace.who);
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
860
(void) str_to_utf8("cb_recall", &cb4_args.tag);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6306
(void) str_to_utf8(s,
usr/src/uts/common/fs/nfs/nfs4_vnops.c
752
(void) str_to_utf8(srccfp, &lost_rqstp->lr_ofile);
usr/src/uts/common/nfs/nfs4.h
1483
extern utf8string *str_to_utf8(char *, utf8string *);