Searched defs:MCALL_MSG_SIZE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c53 #define MCALL_MSG_SIZE 24 macro
65 char mashl_callmsg[MCALL_MSG_SIZE];
119 xdrmem_create(xdrs, clp->mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE);
H A Dclnt_dg.c94 #define MCALL_MSG_SIZE 24 macro
109 char cu_outbuf[MCALL_MSG_SIZE];
H A Dclnt_vc.c71 #define MCALL_MSG_SIZE 24 macro
124 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
328 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE);
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c71 #define MCALL_MSG_SIZE 24 macro
90 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
193 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE,
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c48 #define MCALL_MSG_SIZE 24 macro
62 char cu_outbuf[MCALL_MSG_SIZE];
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c62 #define MCALL_MSG_SIZE 24 macro
92 char ct_mcall[MCALL_MSG_SIZE];
248 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE,

Completed in 107 milliseconds