Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c92 static int tftp_tsize; variable
233 if (tftp_tsize) { in show_block_marker()
236 if (pos > tftp_tsize) in show_block_marker()
237 pos = tftp_tsize; in show_block_marker()
239 while (tftp_tsize_num_hash < pos * 50 / tftp_tsize) { in show_block_marker()
291 while (tftp_tsize && tftp_tsize_num_hash < 49) { in tftp_complete()
296 print_size(tftp_tsize, ""); in tftp_complete()
495 tftp_tsize = simple_strtoul((char *)pkt + i + 6, in tftp_handler()
498 (char *)pkt + i + 6, tftp_tsize); in tftp_handler()
759 tftp_tsize = 0; in tftp_start()
[all …]