Searched refs:str_to_utf8 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | ref_subr.h | 43 extern utf8string *str_to_utf8(char *, utf8string *);
|
H A D | ref_subr.c | 54 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 D | nfs4_idmap.c | 536 (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 D | nfs4_acl.c | 614 (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 D | nfs4_srv_deleg.c | 860 (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 D | nfs4_subr.c | 632 str_to_utf8(char *nm, utf8string *str) in str_to_utf8() function
|
H A D | nfs4_srv.c | 4043 (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 D | nfs4_vnops.c | 752 (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 D | libnfs_basic.c | 208 str_to_utf8(buf2, in get_fs_locations()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1468 extern utf8string *str_to_utf8(char *, utf8string *);
|