Searched refs:get_input_bytes (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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)) 502 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int frag_len, int len) function 509 printf("get_input_bytes: len = %d, frag_len = %d, current %d\n", 539 if (! get_input_bytes(rstrm, (caddr_t)&header, 0, sizeof (header)))
|
/illumos-gate/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)) 391 if (!get_input_bytes(rstrm, addr, current, FALSE)) 669 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, function 720 if (!get_input_bytes(rstrm, (caddr_t)&header, (int)sizeof (header),
|
Completed in 61 milliseconds