Searched refs:MCALL_MSG_SIZE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dkrpc.h38 #define MCALL_MSG_SIZE 24 macro
92 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
H A Dclnt_dg.c111 #define MCALL_MSG_SIZE 24 macro
145 char cu_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
250 xdrmem_create(&xdrs, cu->cu_mcallc, MCALL_MSG_SIZE, XDR_ENCODE);
H A Dclnt_bck.c162 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE,
H A Dclnt_vc.c232 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE,
/freebsd-10.3-release/lib/libc/rpc/
H A Dclnt_raw.c61 #define MCALL_MSG_SIZE 24 macro
72 char mashl_callmsg[MCALL_MSG_SIZE];
123 xdrmem_create(xdrs, clp->u.mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE);
H A Dclnt_vc.c84 #define MCALL_MSG_SIZE 24 macro
113 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
278 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcallc, MCALL_MSG_SIZE,
288 assert(ct->ct_mpos + sizeof(uint32_t) <= MCALL_MSG_SIZE);
H A Dclnt_dg.c116 #define MCALL_MSG_SIZE 24 macro
132 char cu_outhdr[MCALL_MSG_SIZE];
259 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outhdr, MCALL_MSG_SIZE,

Completed in 99 milliseconds