Searched refs:read_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Droaming_common.c47 static u_int64_t read_bytes = 0; variable
96 return read_bytes;
102 read_bytes += num;
114 read_bytes = recvd;
170 read_bytes += ret;
194 read_bytes += ret;
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.h18 unsigned read_bytes; member in struct:krping_stats
H A Dkrping_dev.c124 cb->stats.read_bytes,
H A Dkrping.c286 cb->stats.read_bytes += cb->rdma_sq_wr.sg_list->length;
/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c208 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, function
238 status = read_bytes(fp, &bhdr, sizeof(bhdr), 0, errbuf);
293 if (read_bytes(fp, p->buffer + sizeof(bhdr),
624 if (read_bytes(fp,

Completed in 60 milliseconds