Home
last modified time | relevance | path

Searched refs:str_to_utf8 (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.h43 extern utf8string *str_to_utf8(char *, utf8string *);
H A Dref_subr.c54 str_to_utf8(char *nm, utf8string *str) in str_to_utf8() function
193 if (str_to_utf8(buf, &comp4[ncomp]) == NULL) in nfs4_create_components()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c536 (void) str_to_utf8("nobody", u8s); in nfs_idmap_uid_str()
591 (void) str_to_utf8(resp->str, u8s); in nfs_idmap_uid_str()
916 (void) str_to_utf8("nobody", u8s); in nfs_idmap_gid_str()
971 (void) str_to_utf8(resp->str, u8s); in nfs_idmap_gid_str()
1686 (void) str_to_utf8(ids, u8s); in nfs_idmap_i2s_literal()
H A Dnfs4_acl.c614 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who); in ln_aent_to_ace4()
701 (void) str_to_utf8(ACE4_WHO_OWNER, &acep->who); in ln_aent_to_ace4()
717 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who); in ln_aent_to_ace4()
762 (void) str_to_utf8(ACE4_WHO_EVERYONE, &acep->who); in ln_aent_to_ace4()
1697 (void) str_to_utf8(ACE4_WHO_GROUP, &nfsace4->who); in acet_to_ace4()
1721 (void) str_to_utf8(ACE4_WHO_OWNER, &nfsace4->who); in acet_to_ace4()
1723 (void) str_to_utf8(ACE4_WHO_EVERYONE, &nfsace4->who); in acet_to_ace4()
H A Dnfs4_srv_deleg.c860 (void) str_to_utf8("cb_recall", &cb4_args.tag); in rfs4_do_cb_recall()
1405 (void) str_to_utf8(ACE4_WHO_EVERYONE, &nace.who); in rfs4_set_deleg_response()
H A Dnfs4_subr.c632 str_to_utf8(char *nm, utf8string *str) in str_to_utf8() function
H A Dnfs4_srv.c4043 (void) str_to_utf8(name, (utf8string *)&resp->link); in rfs4_op_readlink()
10006 (void) str_to_utf8(buf, &comp4[ncomp]); in nfs4_create_components()
H A Dnfs4_vnops.c752 (void) str_to_utf8(srccfp, &lost_rqstp->lr_ofile); in nfs4open_save_lost_rqst()
6306 (void) str_to_utf8(s, in nfs4lookup_setup()
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c208 str_to_utf8(buf2, in get_fs_locations()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1468 extern utf8string *str_to_utf8(char *, utf8string *);