Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c73 static bool_t flush_out();
219 if (! flush_out(rstrm, FALSE)) in xdrrec_putint32()
276 if (! flush_out(rstrm, FALSE)) in xdrrec_putbytes()
444 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
459 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() function
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c128 static bool_t flush_out(RECSTREAM *, bool_t);
278 if (!flush_out(rstrm, FALSE)) in xdrrec_putint32()
358 if (!flush_out(rstrm, FALSE)) in xdrrec_putbytes()
596 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() function