Symbol: utf8string
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
131
xdr_utf8string(register XDR *xdrs, utf8string *objp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
296
sizeof (utf8string), (xdrproc_t)xdr_utf8string))
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
1162
return (utf8localize((utf8string *)lp));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
1398
utf8localize((utf8string *)&crtp->createtype4_u.linkdata));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
2238
static utf8string tag;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
4473
static utf8string val;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
4515
static utf8string val;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
4526
static utf8string val;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
4735
static utf8string string;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
4762
utf8localize(utf8string *utf8str)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
582
static char *utf8localize(utf8string *);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
708
static utf8string tag;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
778
static utf8string tag;
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
258
xdr_utf8string(register XDR *xdrs, utf8string *objp)
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
288
sizeof (utf8string), (xdrproc_t)xdr_utf8string))
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
53
utf8string *
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
54
str_to_utf8(char *nm, utf8string *str)
usr/src/cmd/fs.d/nfs/lib/ref_subr.c
85
utf8_to_str(utf8string *str, uint_t *lenp, char *s)
usr/src/cmd/fs.d/nfs/lib/ref_subr.h
43
extern utf8string *str_to_utf8(char *, utf8string *);
usr/src/cmd/fs.d/nfs/lib/ref_subr.h
44
extern char *utf8_to_str(utf8string *, uint_t *, char *);
usr/src/cmd/fs.d/nfs/lib/ref_subr.h
48
extern bool_t xdr_utf8string(register XDR *, utf8string *);
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_server.c
598
utf8string *nfsfsloc_args;
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_server.c
613
(caddr_t *)&nfsfsloc_args, sizeof (utf8string))) {
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_server.c
898
xdr_utf8string(XDR *xdrs, utf8string *objp)
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
170
utf8string str;
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
317
nfs_idmap_str_uid(utf8string *u8s, uid_t *uid)
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
420
utf8string *u8s) /* resulting utf-8 string for uid */
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
491
nfs_idmap_str_gid(utf8string *u8s, gid_t *gid)
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
51
static int nfs_idmap_str_uid(utf8string *, uid_t *);
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
52
static int nfs_idmap_uid_str(uid_t, utf8string *);
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
53
static int nfs_idmap_str_gid(utf8string *, gid_t *);
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
54
static int nfs_idmap_gid_str(gid_t, utf8string *);
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid_test.c
594
utf8string *g8s) /* resulting utf-8 string for gid */
usr/src/cmd/fs.d/nfs/rp_basic/libnfs_basic.c
196
malloc(sizeof (utf8string));
usr/src/stand/lib/fs/nfs/getdents4.c
99
utf8string str;
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
294
if (!xdr_b_utf8string(xdrs, (utf8string *)&objp->la_pathname))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
449
return (xdr_b_utf8string(xdrs, (utf8string *)&objp->rl_link));
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
45
xdr_b_utf8string(XDR *xdrs, utf8string *objp)
usr/src/stand/lib/fs/nfs/nfs4ops.c
188
utf8string str;
usr/src/stand/lib/fs/nfs/nfs4ops.c
384
utf8string str;
usr/src/stand/lib/fs/nfs/nfs4ops.c
504
utf8string str;
usr/src/stand/lib/fs/nfs/nfs4ops.c
601
utf8string str;
usr/src/stand/lib/fs/nfs/nfs4ops.c
665
compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen,
usr/src/stand/lib/fs/nfs/nfs4ops.c
70
utf8string str;
usr/src/stand/lib/fs/nfs/nfs_inet.h
243
utf8string tag;
usr/src/stand/lib/fs/nfs/nfs_inet.h
251
utf8string tag;
usr/src/stand/lib/fs/nfs/nfs_inet.h
359
utf8string b_name;
usr/src/stand/lib/fs/nfs/nfs_inet.h
398
utf8string rl_link; /* readlink result */
usr/src/stand/lib/fs/nfs/nfs_inet.h
440
extern void compound_init(b_compound_t *, utf8string *, uint_t, uint_t,
usr/src/uts/common/fs/nfs/nfs4_acl.c
2148
validate_idmapping(utf8string *orig_who, uid_t *mapped_id, int isuser,
usr/src/uts/common/fs/nfs/nfs4_acl.c
2209
u8s_mapped_to_nobody(utf8string *orig_who, uid_t mapped_id, int isuser)
usr/src/uts/common/fs/nfs/nfs4_acl.c
334
ace4vals_init(ace4vals_t *vals, utf8string *key)
usr/src/uts/common/fs/nfs/nfs4_acl.c
62
static void ace4vals_init(ace4vals_t *, utf8string *);
usr/src/uts/common/fs/nfs/nfs4_acl.c
82
static int validate_idmapping(utf8string *, uid_t *, int, int);
usr/src/uts/common/fs/nfs/nfs4_acl.c
83
static int u8s_mapped_to_nobody(utf8string *, uid_t, int);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1277
nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *cip, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1359
nfs_idmap_cache_s2i_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1462
utf8string *u8s)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1533
nfs_idmap_cache_i2s_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1629
is_stringified_id(utf8string *u8s)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1640
nfs_idmap_s2i_literal(utf8string *u8s, uid_t *id, int isserver)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
166
static int is_stringified_id(utf8string *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
167
static void nfs_idmap_i2s_literal(uid_t, utf8string *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
168
static int nfs_idmap_s2i_literal(utf8string *, uid_t *, int);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1681
nfs_idmap_i2s_literal(uid_t id, utf8string *u8s)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1692
utf8_strchr(utf8string *u8s, const char c)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
175
static uint_t nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *, utf8string *,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
179
uint_t *, utf8string *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
182
utf8string *, hash_stat, uint_t);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
185
utf8string *, hash_stat, uint_t);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
301
nfs_idmap_str_uid(utf8string *u8s, uid_t *uid, bool_t isserver)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
514
nfs_idmap_uid_str(uid_t uid, utf8string *u8s, bool_t isserver)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
680
nfs_idmap_str_gid(utf8string *u8s, gid_t *gid, bool_t isserver)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
894
nfs_idmap_gid_str(gid_t gid, utf8string *u8s, bool_t isserver)
usr/src/uts/common/fs/nfs/nfs4_srv.c
1436
utf8string *utfnm = &args->name;
usr/src/uts/common/fs/nfs/nfs4_srv.c
2036
lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata,
usr/src/uts/common/fs/nfs/nfs4_srv.c
4166
(void) str_to_utf8(name, (utf8string *)&resp->link);
usr/src/uts/common/fs/nfs/nfs4_srv.c
4182
utf8string *symlink = (utf8string *)&resp->link;
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
1559
utf8string *utf8s;
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
1575
sizeof (utf8string) * pn4->pathname4_len);
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
417
utf8string owner, group;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1254
nfs4_callmapid(utf8string *server, struct nfs_fsl_info *resp)
usr/src/uts/common/fs/nfs/nfs4_subr.c
545
utf8_to_fn(utf8string *u8s, uint_t *lenp, char *s)
usr/src/uts/common/fs/nfs/nfs4_subr.c
583
utf8_to_str(utf8string *str, uint_t *lenp, char *s)
usr/src/uts/common/fs/nfs/nfs4_subr.c
631
utf8string *
usr/src/uts/common/fs/nfs/nfs4_subr.c
632
str_to_utf8(char *nm, utf8string *str)
usr/src/uts/common/fs/nfs/nfs4_subr.c
653
utf8string *
usr/src/uts/common/fs/nfs/nfs4_subr.c
654
utf8_copy(utf8string *src, utf8string *dest)
usr/src/uts/common/fs/nfs/nfs4_subr.c
676
utf8_compare(const utf8string *a, const utf8string *b)
usr/src/uts/common/fs/nfs/nfs4_subr.c
720
utf8_dir_verify(utf8string *str)
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1321
*linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1486
utf8string *host;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
4608
linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1254
utf8string ov;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1327
utf8string gv;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1869
utf8string ov;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1937
utf8string gv;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
199
xdr_utf8string(XDR *xdrs, utf8string *objp)
usr/src/uts/common/fs/nfs/nfs4_xdr.c
702
sizeof (utf8string), (xdrproc_t)xdr_utf8string))
usr/src/uts/common/fs/nfs/nfs4_xdr.c
707
sizeof (utf8string), (xdrproc_t)xdr_utf8string));
usr/src/uts/common/fs/nfs/nfs4_xdr.c
776
sizeof (utf8string), (xdrproc_t)xdr_utf8string))
usr/src/uts/common/fs/nfs/nfs4_xdr.c
847
utf8string u_curr, u_last;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
848
utf8string g_curr, g_last;
usr/src/uts/common/nfs/nfs4.h
1502
extern int nfs_idmap_str_uid(utf8string *u8s, uid_t *, bool_t);
usr/src/uts/common/nfs/nfs4.h
1503
extern int nfs_idmap_str_gid(utf8string *u8s, gid_t *, bool_t);
usr/src/uts/common/nfs/nfs4.h
1504
extern int nfs_idmap_uid_str(uid_t, utf8string *u8s, bool_t);
usr/src/uts/common/nfs/nfs4.h
1505
extern int nfs_idmap_gid_str(gid_t gid, utf8string *u8s, bool_t);
usr/src/uts/common/nfs/nfs4.h
1508
extern char *utf8_to_str(utf8string *, uint_t *, char *);
usr/src/uts/common/nfs/nfs4.h
1509
extern char *utf8_to_fn(utf8string *, uint_t *, char *);
usr/src/uts/common/nfs/nfs4.h
1510
extern utf8string *str_to_utf8(char *, utf8string *);
usr/src/uts/common/nfs/nfs4.h
1511
extern utf8string *utf8_copy(utf8string *, utf8string *);
usr/src/uts/common/nfs/nfs4.h
1512
extern int utf8_compare(const utf8string *, const utf8string *);
usr/src/uts/common/nfs/nfs4.h
1513
extern nfsstat4 utf8_dir_verify(utf8string *);
usr/src/uts/common/nfs/nfs4.h
1514
extern char *utf8_strchr(utf8string *, const char);
usr/src/uts/common/nfs/nfs4_clnt.h
2075
extern int nfs4_callmapid(utf8string *, struct nfs_fsl_info *);
usr/src/uts/common/nfs/nfs4_idmap_impl.h
50
utf8string id_str; /* user@domain string */
usr/src/uts/common/nfs/nfs4_kprot.h
234
typedef utf8string component4;
usr/src/uts/common/nfs/nfs4_kprot.h
236
typedef utf8string utf8str_cis;
usr/src/uts/common/nfs/nfs4_kprot.h
238
typedef utf8string utf8str_cs;
usr/src/uts/common/nfs/nfs4_kprot.h
240
typedef utf8string utf8str_mixed;
usr/src/uts/common/nfs/nfs4_kprot.h
254
typedef utf8string ascii_REQUIRED4;
usr/src/uts/common/nfs/nfs4_kprot.h
306
utf8string *server_val;
usr/src/uts/common/nfs/nfs4_kprot.h
3338
utf8string tag;
usr/src/uts/common/nfs/nfs4_kprot.h
3356
utf8string tag;
usr/src/uts/common/nfs/nfs4_kprot.h
3732
utf8string tag;
usr/src/uts/common/nfs/nfs4_kprot.h
3742
utf8string tag;
usr/src/uts/common/nfs/nfs4_kprot.h
3759
extern bool_t xdr_utf8string(XDR *, utf8string *);
usr/src/uts/common/nfs/nfs4_kprot.h
3794
extern bool_t xdr_utf8string(XDR *, utf8string*);
usr/src/uts/common/nfs/nfs4_kprot.h
420
utf8string who;
usr/src/uts/common/nfs/nfs4_kprot.h
470
utf8string *key; /* NB: not allocated here; points to existing utf8 */
usr/src/uts/common/nfs/nfs4_kprot.h
887
typedef utf8string fattr4_owner;
usr/src/uts/common/nfs/nfs4_kprot.h
889
typedef utf8string fattr4_owner_group;