Searched refs:fill_input_buf (Results 1 – 4 of 4) sorted by relevance
270 int fill_input_buf (int nowait) in fill_input_buf() function303 while (! fill_input_buf (0)) in serial_getkey()317 if (fill_input_buf (1)) in serial_checkkey()
74 static bool_t fill_input_buf();479 fill_input_buf(RECSTREAM *rstrm, int frag_len) in fill_input_buf() function520 if (! fill_input_buf(rstrm, frag_len)) in get_input_bytes()561 if (! fill_input_buf(rstrm, cnt)) in skip_input_bytes()
641 fill_input_buf(RECSTREAM *rstrm, bool_t do_align) in fill_input_buf() function692 if (!fill_input_buf(rstrm, do_align)) in get_input_bytes()739 if (!fill_input_buf(rstrm, FALSE)) in skip_input_bytes()
1207 * stage2/serial.c (fill_input_buf): Take a new argument NOWAIT.1324 (fill_input_buf): Increase the maximum number of retries, reset