Home
last modified time | relevance | path

Searched refs:tftp_close (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c68 static int tftp_close(struct open_file *);
78 .fo_close = tftp_close,
578 tftp_close(struct open_file *f) in tftp_close() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h133 void tftp_close (void);
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.h87 t_PXENV_TFTP_CLOSE tftp_close; member
H A Dfsys_tftp.c676 tftp_close (void) in tftp_close() function
750 tftp_close(); in tftp_reopen_undi()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5481 (tftp_close) [TFTP_DEBUG]: Likewise.
6408 * netboot/fsys_tftp.c (tftp_close): New function.
6422 each of the entries. For TFTP, tftp_close is added, and for the
6426 * stage2/filesys.h [FSYS_TFTP] (tftp_close): Declared.