Lines Matching refs:amount
120 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()
247 unsigned long amount = 0; in tftp_recvfile() local
374 amount += size; in tftp_recvfile()
403 if (amount > 0) in tftp_recvfile()
404 printstats("Received", amount); in tftp_recvfile()
725 printstats(char *direction, off_t amount) in printstats() argument
732 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats()
735 ((hrtime_t)amount * 8 * NANOSEC) / delta); in printstats()