Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c252 if (!xdr_utf8string(xdrs, objp)) in xdr_component4()
258 xdr_utf8string(register XDR *xdrs, utf8string *objp) in xdr_utf8string() function
288 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fs_location4()
H A Dref_subr.h48 extern bool_t xdr_utf8string(register XDR *, utf8string *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c677 FATTR4_MIMETYPE, 0, xdr_utf8string,
693 FATTR4_OWNER, 0, xdr_utf8string,
697 FATTR4_OWNER_GROUP, 0, xdr_utf8string,
H A Dnfs4x_xdr.c2715 if (!xdr_utf8string(xdrs, objp)) in xdr_component4()
2922 if (!xdr_utf8string(xdrs, objp)) in xdr_utf8str_cis()
2930 if (!xdr_utf8string(xdrs, objp)) in xdr_utf8str_cs()
H A Dnfs4_stub_vnops.c1286 xdr_len = xdr_sizeof(&(xdr_utf8string), server); in nfs4_callmapid()
1295 if (!xdr_utf8string(&xdr, server)) { in nfs4_callmapid()
H A Dnfs4_xdr.c199 xdr_utf8string(XDR *xdrs, utf8string *objp) in xdr_utf8string() function
702 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fs_location4()
707 sizeof (utf8string), (xdrproc_t)xdr_utf8string)); in xdr_fs_location4()
776 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fattr4_fs_locations()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c131 xdr_utf8string(register XDR *xdrs, utf8string *objp) in xdr_utf8string() function
144 if (!xdr_utf8string(xdrs, objp)) in xdr_component4()
183 if (!xdr_utf8string(xdrs, objp)) in xdr_ascii_REQUIRED4()
296 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fs_location4()
711 if (!xdr_utf8string(xdrs, objp)) in xdr_fattr4_owner()
720 if (!xdr_utf8string(xdrs, objp)) in xdr_fattr4_owner_group()
2792 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_COMPOUND4args()
2809 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_COMPOUND4res()
2949 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_CB_COMPOUND4args()
2968 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_CB_COMPOUND4res()
H A Dsnoop_nfs4.c709 if (!xdr_utf8string(&xdrm, &tag)) in interpret_nfs4_cb()
779 if (!xdr_utf8string(&xdrm, &tag)) in interpret_nfs4()
2240 if (!xdr_utf8string(&xdrm, &tag)) in sum_comp4res()
2246 xdr_free(xdr_utf8string, (char *)&tag); in sum_comp4res()
4474 if (!xdr_utf8string(xdr, &val)) in prt_mimetype()
4477 xdr_free(xdr_utf8string, (char *)&val); in prt_mimetype()
4516 if (!xdr_utf8string(xdr, &val)) in prt_owner()
4519 xdr_free(xdr_utf8string, (char *)&val); in prt_owner()
4527 if (!xdr_utf8string(xdr, &val)) in prt_owner_group()
4530 xdr_free(xdr_utf8string, (char *)&val); in prt_owner_group()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c612 if (decode_args(xdr_utf8string, (refd_door_args_t *)referral_args, in nfsmapid_server_netinfo()
637 xdr_free(xdr_utf8string, (char *)&nfsfsloc_args); in nfsmapid_server_netinfo()
898 xdr_utf8string(XDR *xdrs, utf8string *objp) in xdr_utf8string() function
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h3300 extern bool_t xdr_utf8string(XDR *, utf8string *);
3335 extern bool_t xdr_utf8string(XDR *, utf8string*);