Lines Matching refs:amount
120 volatile off_t amount = 0; in tftp_sendfile() local
225 amount += size; in tftp_sendfile()
233 if (amount > 0) in tftp_sendfile()
234 printstats("Sent", amount); in tftp_sendfile()
248 volatile unsigned long amount = 0; in tftp_recvfile() local
375 amount += size; in tftp_recvfile()
404 if (amount > 0) in tftp_recvfile()
405 printstats("Received", amount); in tftp_recvfile()
727 printstats(char *direction, off_t amount) in printstats() argument
734 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats()
737 ((hrtime_t)amount * 8 * NANOSEC) / delta); in printstats()