Home
last modified time | relevance | path

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

/titanic_41/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 *);
/titanic_41/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 Dnfs4_stub_vnops.c1281 xdr_len = xdr_sizeof(&(xdr_utf8string), server); in nfs4_callmapid()
1290 if (!xdr_utf8string(&xdr, server)) { in nfs4_callmapid()
H A Dnfs4_xdr.c152 xdr_utf8string(XDR *xdrs, utf8string *objp) in xdr_utf8string() function
655 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fs_location4()
660 sizeof (utf8string), (xdrproc_t)xdr_utf8string)); in xdr_fs_location4()
729 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fattr4_fs_locations()
/titanic_41/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()
192 if (!xdr_utf8string(xdrs, objp)) in xdr_ascii_REQUIRED4()
305 sizeof (utf8string), (xdrproc_t)xdr_utf8string)) in xdr_fs_location4()
720 if (!xdr_utf8string(xdrs, objp)) in xdr_fattr4_owner()
729 if (!xdr_utf8string(xdrs, objp)) in xdr_fattr4_owner_group()
2801 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_COMPOUND4args()
2818 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_COMPOUND4res()
2958 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_CB_COMPOUND4args()
2977 if (!xdr_utf8string(xdrs, &objp->tag)) in xdr_CB_COMPOUND4res()
H A Dsnoop_nfs4.c708 if (!xdr_utf8string(&xdrm, &tag)) in interpret_nfs4_cb()
713 xdr_free(xdr_utf8string, (char *)&tag); in interpret_nfs4_cb()
778 if (!xdr_utf8string(&xdrm, &tag)) in interpret_nfs4()
783 xdr_free(xdr_utf8string, (char *)&tag); in interpret_nfs4()
2239 if (!xdr_utf8string(&xdrm, &tag)) in sum_comp4res()
2245 xdr_free(xdr_utf8string, (char *)&tag); in sum_comp4res()
4473 if (!xdr_utf8string(xdr, &val)) in prt_mimetype()
4476 xdr_free(xdr_utf8string, (char *)&val); in prt_mimetype()
4515 if (!xdr_utf8string(xdr, &val)) in prt_owner()
4518 xdr_free(xdr_utf8string, (char *)&val); in prt_owner()
[all …]
/titanic_41/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
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1642 extern bool_t xdr_utf8string(XDR *, utf8string *);