Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c235 buf_fill (int abort) in buf_fill() function
516 buf_fill (1); in tftp_read()
576 if (size > 0 && ! buf_fill (0)) in tftp_read()
636 if (! buf_fill (0)) in tftp_dir()
656 if (! buf_fill (0)) in tftp_dir()
688 buf_fill (1); in tftp_close()
802 if (size > 0 && ! buf_fill (0)) { in tftp_read_undi()
856 if (! buf_fill (0)) { in tftp_dir_undi()
875 buf_fill (1); in tftp_close_undi()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog546 * netboot/fsys_tftp.c (buf_fill): Cast 1 to unsigned short
1615 * netboot/fsys_tftp.c (tftp_read): Don't call buf_fill unless
2030 (buf_fill): Use rfc2131_sleep_interval instead of rfc951_sleep.
4675 * netboot/fsys_tftp.c (buf_fill): Warn when amazing things
4920 (buf_fill): When checking the block order, see BCOUNTER as well
5307 FILEPOS is less than SAVED_FILEPOS, before calling buf_fill.
5476 * netboot/fsys_tftp.c (buf_fill) [TFTP_DEBUG]: Added some debug
5482 (tftp_read): Call buf_fill with the argument 1 first, if FILEPOS
5491 buf_fill instead of after it, because it destroys the contents