Home
last modified time | relevance | path

Searched refs:frag_header (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c104 uint32_t *frag_header; /* beginning of current fragment */ member
166 rstrm->frag_header = (uint32_t *)rstrm->out_base; in xdrrec_create()
321 if ((newpos > (caddr_t)(rstrm->frag_header)) && in xdrrec_setpos()
446 len = (ptrdiff_t)rstrm->out_finger - (ptrdiff_t)rstrm->frag_header; in xdrrec_endofrecord()
448 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG); in xdrrec_endofrecord()
449 rstrm->frag_header = (uint32_t *)rstrm->out_finger; in xdrrec_endofrecord()
464 len = (ptrdiff_t)rstrm->out_finger - (ptrdiff_t)rstrm->frag_header; in flush_out()
467 *(rstrm->frag_header) = htonl(len | eormask); in flush_out()
473 rstrm->frag_header = (uint32_t *)rstrm->out_base; in flush_out()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c99 uint32_t *frag_header; /* beginning of current fragment */ member
198 rstrm->frag_header = (uint32_t *)rstrm->out_base; in xdrrec_create()
440 if ((newpos > (caddr_t)(rstrm->frag_header)) && in xdrrec_setpos()
600 len = (uintptr_t)(rstrm->out_finger) - (uintptr_t)(rstrm->frag_header) - in xdrrec_endofrecord()
602 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG); in xdrrec_endofrecord()
604 rstrm->frag_header = (uint32_t *)rstrm->out_finger; in xdrrec_endofrecord()
618 (uintptr_t)(rstrm->frag_header) - sizeof (uint32_t); in flush_out()
621 *(rstrm->frag_header) = htonl(len | eormask); in flush_out()
633 rstrm->frag_header = (uint32_t *)rstrm->out_base; in flush_out()
/titanic_50/usr/src/uts/common/rpc/
H A Drpcmod.c1333 int32_t frag_len, frag_header; in mir_rput() local
1417 frag_header = mir->mir_frag_header; in mir_rput()
1441 frag_header <<= 8; in mir_rput()
1442 frag_header += *mp->b_rptr++; in mir_rput()
1471 excess = frag_len - (frag_header & ~MIR_LASTFRAG); in mir_rput()
1521 if (!(frag_header & MIR_LASTFRAG)) { in mir_rput()
1527 frag_header = 0; in mir_rput()
1530 frag_header = 0; in mir_rput()
1619 mir->mir_frag_header = frag_header; in mir_rput()
2287 uint_t frag_header; in mir_wput() local
[all …]