Searched refs:XDR (Results 176 - 200 of 242) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kdoor.c266 XDR xdrs;
314 XDR xdrs;
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c128 caddr_t, rdma_buf_t *, XDR **, struct rpc_msg *,
444 XDR *xdrs;
644 XDR xdrslong;
775 caddr_t xdr_location, rdma_buf_t *rpcreply, XDR ** xdrs,
822 XDR *xdrs_rpc = &(clone_xprt->xp_xdrout);
823 XDR xdrs_rhdr;
831 xdrproc_t xdr_results; /* results XDR encoding function */
841 bzero(&xdrs_rhdr, sizeof (XDR));
989 * Now XDR the read chunk list, actually always NULL
1005 * XDR encod
[all...]
H A Drpc_calmsg.c53 * XDR a call message
56 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg)
H A Dsvc_clts.c273 XDR *xdrs = &clone_xprt->xp_xdrin;
430 XDR *xdrs = &clone_xprt->xp_xdrout;
474 * Initialize the XDR encode stream. Additional mblks
636 XDR *xdrs = &clone_xprt->xp_xdrin;
660 XDR *xdrs = &clone_xprt->xp_xdrout;
677 * Initialize the XDR encode stream. Additional mblks
730 * because we have not attempted any XDR encoding.
731 * If we do any XDR encoding and we get an error, then SVC_REPLY()
H A Dsvc_cots.c354 XDR *xdrs = &clone_xprt->xp_xdrin;
412 XDR *xdrs = &(clone_xprt->xp_xdrout);
479 * Initialize the XDR encode stream. Additional mblks
499 * the XDR encoding will generate two ~1400 byte mblks, and the
575 XDR *xdrs = &clone_xprt->xp_xdrin;
580 * It is important to call the XDR routine before
582 * XDR data may point into the mblk and require that
606 XDR *xdrs = &clone_xprt->xp_xdrout;
627 * Initialize the XDR encode stream. Additional mblks
647 * the XDR encodin
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c90 static bool_t xdr_mntlistencode(XDR * xdrs, HASHSET * mntlist);
220 xdr_mntlistencode(XDR *xdrs, HASHSET *mntlist)
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c880 XDR *xdrs;
886 XDR cred_xdrs;
928 * up to and including the credential field. The XDR handle that's
935 XDR *xdrs; /* send XDR */
1317 XDR *out_xdrs;
1322 XDR xdrs;
1350 * Create the header in a temporary XDR context and buffer
1398 * nor privacy is used, just XDR encode data.
1414 XDR *in_xdr
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c82 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
83 extern bool_t __rpc_gss_wrap(AUTH *, char *, uint_t, XDR *, bool_t (*)(),
85 extern bool_t __rpc_gss_unwrap(AUTH *, XDR *, bool_t (*)(), caddr_t);
126 XDR ct_xdrs; /* XDR stream */
648 XDR *xdrs = &(ct->ct_xdrs);
814 XDR *xdrs = &(ct->ct_xdrs);
886 XDR *xdrs = &(ct->ct_xdrs);
H A Dclnt_bcast.c107 XDR xdr_stream; /* XDR stream */
108 XDR *xdrs = &xdr_stream;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c898 xdr_utf8string(XDR *xdrs, utf8string *objp)
911 XDR xdrs;
941 XDR xdrs;
963 xdr_knetconfig(XDR *xdrs, struct knetconfig *objp)
1064 xdr_nfs_fsl_info(XDR *xdrs, struct nfs_fsl_info *objp)
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c532 /* static XDR in_xdrs, out_xdrs; */
548 XDR in_xdrs, out_xdrs;
608 int status; /* Status of the XDR decoding */
609 XDR xdrs; /* An xdr stream handle */
642 int status; /* Status of the XDR decoding */
643 XDR xdrs; /* An xdr stream handle */
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c140 XDR xdrs;
423 XDR xdrs;
711 XDR xdrs;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c422 xdr_rpcblist_ptr_ptr(XDR *xdrs, rpcblist_ptr **objp)
489 xdr_rpcb_rmtcallargs(XDR *xdrs, rpcb_rmtcallargs *objp)
505 xdr_rmtcallres(XDR *xdrs, rmtcallres *objp)
517 xdr_rpcb_rmtcallres(XDR *xdrs, rpcb_rmtcallres *objp)
721 XDR outxdr;
753 * Should be multiple of 4 for XDR.
1389 XDR reply_xdrs;
H A Drpcb_stat.c270 xdr_rpcb_stat_byvers_ptr(XDR *xdrs, rpcb_stat_byvers **objp)
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c71 static bool_t authdes_marshal(AUTH *, XDR *, struct cred *);
225 authdes_marshal(AUTH *auth, XDR *xdrs, struct cred *cr)
250 * XDR the timestamp and possibly some other things, then
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Didmap_prot.x32 * XDR support for nvlist_t. libnvpair includes support for serializing
33 * an nvlist, but does not include any direct XDR plug-in support. Support
60 %xdr_nvlist_t_ptr(XDR *xdrs, nvlist_t_ptr *n)
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c60 XDR cu_outxdrs;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc313 transfer_aux(XDR* x, pptr ip)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c265 XDR xdr;
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c281 XDR xdr;
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dovload.c126 XDR xdrs;
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c108 XDR xdrs;
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h266 * XDR routines
269 typedef void * XDR; /* opaque */ typedef
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c259 XDR xdrs;
283 * XDR encoded smb_netuserinfo_t that we read and decode here,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c118 XDR xdr_stream;
119 register XDR *xdrs = &xdr_stream;

Completed in 151 milliseconds

12345678910