Home
last modified time | relevance | path

Searched refs:fill_input_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c278 int fill_input_buf (int nowait) in fill_input_buf() function
311 while (! fill_input_buf (0)) in serial_getkey()
325 if (fill_input_buf (1)) in serial_checkkey()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c74 static bool_t fill_input_buf();
479 fill_input_buf(RECSTREAM *rstrm, int frag_len) in fill_input_buf() function
520 if (! fill_input_buf(rstrm, frag_len)) in get_input_bytes()
561 if (! fill_input_buf(rstrm, cnt)) in skip_input_bytes()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c639 fill_input_buf(RECSTREAM *rstrm, bool_t do_align) in fill_input_buf() function
690 if (!fill_input_buf(rstrm, do_align)) in get_input_bytes()
737 if (!fill_input_buf(rstrm, FALSE)) in skip_input_bytes()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1207 * stage2/serial.c (fill_input_buf): Take a new argument NOWAIT.
1324 (fill_input_buf): Increase the maximum number of retries, reset