Home
last modified time | relevance | path

Searched refs:skip_input_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c77 static bool_t skip_input_bytes();
394 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
416 if (! skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
552 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes() function
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c131 static bool_t skip_input_bytes(RECSTREAM *, int32_t);
539 if (!skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
568 if (!skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
729 skip_input_bytes(RECSTREAM *rstrm, int32_t cnt) in skip_input_bytes() function