Home
last modified time | relevance | path

Searched refs:tftp_read (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c70 static int tftp_read(struct open_file *, void *, size_t, size_t *);
79 .fo_read = tftp_read,
495 tftp_read(struct open_file *f, void *addr, size_t size, in tftp_read() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h131 int tftp_read (char *buf, int len);
H A Ddisk_io.c53 {"tftp", tftp_mount, tftp_read, tftp_dir, tftp_close, 0},
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h88 t_PXENV_TFTP_READ tftp_read; member
H A Dundi.c1290 undi.pxs->tftp_read.Buffer.segment = SEGMENT(buf); in eb_pxenv_tftp_read()
1291 undi.pxs->tftp_read.Buffer.offset = OFFSET(buf); in eb_pxenv_tftp_read()
1294 *len = undi.pxs->tftp_read.BufferSize; in eb_pxenv_tftp_read()
H A Dfsys_tftp.c500 tftp_read (char *addr, int size) in tftp_read() function
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1615 * netboot/fsys_tftp.c (tftp_read): Don't call buf_fill unless
2237 * netboot/fsys_tftp.c (tftp_read): Move the unused data
5306 * netboot/fsys_tftp.c (tftp_read): Set BUF_READ to zero if
5479 (tftp_read) [TFTP_DEBUG]: Likewise.
5482 (tftp_read): Call buf_fill with the argument 1 first, if FILEPOS