Searched refs:ct_mpos (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/rpc/
H A Dkrpc.h93 size_t ct_mpos; /* pos after marshal */ member in struct:ct_data
H A Dclnt_bck.c166 ct->ct_mpos = XDR_GETPOS(&xdrs);
253 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN,
255 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos);
256 mreq->m_len = ct->ct_mpos;
H A Dclnt_vc.c240 ct->ct_mpos = XDR_GETPOS(&xdrs);
346 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN,
348 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos);
349 mreq->m_len = ct->ct_mpos;
/freebsd-10.2-release/lib/libc/rpc/
H A Dclnt_vc.c116 u_int ct_mpos; /* pos after marshal */ member in struct:ct_data
286 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs));
288 assert(ct->ct_mpos + sizeof(uint32_t) <= MCALL_MSG_SIZE);
364 if ((! XDR_PUTBYTES(xdrs, ct->ct_u.ct_mcallc, ct->ct_mpos)) ||
375 *(uint32_t *) &ct->ct_u.ct_mcallc[ct->ct_mpos] = htonl(proc);
377 ct->ct_mpos + sizeof(uint32_t),

Completed in 264 milliseconds