Searched refs:ct_mpos (Results 1 – 4 of 4) sorted by relevance
166 ct->ct_mpos = XDR_GETPOS(&xdrs); in clnt_bck_create()253 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN, in clnt_bck_call()255 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_bck_call()256 mreq->m_len = ct->ct_mpos; in clnt_bck_call()
93 size_t ct_mpos; /* pos after marshal */ member
240 ct->ct_mpos = XDR_GETPOS(&xdrs); in clnt_vc_create()346 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN, in clnt_vc_call()348 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_vc_call()349 mreq->m_len = ct->ct_mpos; in clnt_vc_call()
116 u_int ct_mpos; /* pos after marshal */ member286 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),