Searched refs:tftp_read (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h131 int tftp_read (char *buf, int len);
H A Ddisk_io.c52 {"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 in union:pxenv_structure
H A Dundi.c1290 undi.pxs->tftp_read.Buffer.segment = SEGMENT(buf);
1291 undi.pxs->tftp_read.Buffer.offset = OFFSET(buf);
1294 *len = undi.pxs->tftp_read.BufferSize;
H A Dfsys_tftp.c60 * tftp_read
500 tftp_read (char *addr, int size) function
506 grub_printf ("tftp_read (0x%x, %d)\n", (int) addr, size);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c68 static int tftp_read(struct open_file *f, void *buf, size_t size, size_t *resid);
83 tftp_read,
460 tftp_read(struct open_file *f, void *addr, size_t size, function

Completed in 239 milliseconds