HomeSort by relevance Sort by last modified time
    Searched refs:tftp_read (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
filesys.h 111 int tftp_read (char *buf, int len);
disk_io.c 52 {"tftp", tftp_mount, tftp_read, tftp_dir, tftp_close, 0},
    [all...]
  /external/grub/netboot/
fsys_tftp.c 319 tftp_read (char *addr, int size) function
325 grub_printf ("tftp_read (0x%x, %d)\n", (int) addr, size);

Completed in 916 milliseconds