Searched refs:get_input_bytes (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 75 static bool_t get_input_bytes(); 252 if (!get_input_bytes(rstrm, addr, frag_len, current)) in xdrrec_getbytes() 502 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int frag_len, int len) in get_input_bytes() function 539 if (! get_input_bytes(rstrm, (caddr_t)&header, 0, sizeof (header))) in set_input_fragment()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 131 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t); 333 if (!get_input_bytes(rstrm, addr, current, FALSE)) in xdrrec_getbytes() 391 if (!get_input_bytes(rstrm, addr, current, FALSE)) in xdrrec_readbytes() 669 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, in get_input_bytes() function 720 if (!get_input_bytes(rstrm, (caddr_t)&header, (int)sizeof (header), in set_input_fragment()
|