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

/freebsd-10.0-release/sys/contrib/rdma/krping/
H A Dkrping.h12 unsigned long long read_bytes; member in struct:krping_stats
H A Dkrping_dev.c156 stats->read_bytes, stats->read_msgs);
H A Dkrping.c399 cb->stats.read_bytes += cb->rdma_sq_wr.sg_list->length;
/freebsd-10.0-release/crypto/openssh/
H A Droaming_common.c46 static u_int64_t read_bytes = 0; variable
95 return read_bytes;
101 read_bytes += num;
113 read_bytes = recvd;
169 read_bytes += ret;
193 read_bytes += ret;
/freebsd-10.0-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 87 milliseconds