Home
last modified time | relevance | path

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

/src/stand/libsa/ !
H A Dtftp.c120 unsigned long tftp_tsize; member
567 if (tftpfile->tftp_tsize > 0 && in tftp_read()
568 tftpfile->off + size > tftpfile->tftp_tsize) { in tftp_read()
569 size = tftpfile->tftp_tsize - tftpfile->off; in tftp_read()
643 (tftpfile->tftp_tsize - tftpfile->off))); in tftp_read()
681 sb->st_size = tftpfile->tftp_tsize; in tftp_stat()
739 cache = malloc(sizeof(char) * tftpfile->tftp_tsize); in tftp_preload()
743 (uintmax_t)sizeof(char) * tftpfile->tftp_tsize); in tftp_preload()
773 tftpfile->path, (intmax_t)tftpfile->tftp_tsize, in tftp_preload()
875 h->tftp_tsize = tsize; in tftp_parse_oack()
[all …]