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

/freebsd-10.0-release/sys/rpc/
H A Dkrpc.h90 size_t ct_mpos; /* pos after marshal */ member in struct:ct_data
H A Dclnt_vc.c246 ct->ct_mpos = XDR_GETPOS(&xdrs);
354 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN,
356 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos);
357 mreq->m_len = ct->ct_mpos;
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_vc.c117 u_int ct_mpos; /* pos after marshal */ member in struct:ct_data
287 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs));
289 assert(ct->ct_mpos + sizeof(uint32_t) <= MCALL_MSG_SIZE);
367 if ((! XDR_PUTBYTES(xdrs, ct->ct_u.ct_mcallc, ct->ct_mpos)) ||
378 *(uint32_t *) &ct->ct_u.ct_mcallc[ct->ct_mpos] = htonl(proc);
380 ct->ct_mpos + sizeof(uint32_t),

Completed in 102 milliseconds