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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp566 int read_count = local
570 while (read_count > 0 && status == lldb::eConnectionStatusSuccess)
571 read_count =
577 if (read_count) {
1495 size_t read_count = m_input_connection.Read(
1497 if (read_count == 0)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c235 unsigned read_count; /* Number of times __mf_check/read was called on this object. */ member in struct:__mf_object
899 obj->read_count ++;
1072 if (LIKELY (old_obj->read_count + old_obj->write_count))
1191 but then the read_count/write_count field is not reliable. */
1322 if ((old_obj->read_count + old_obj->write_count) == 0 &&
1381 if (obj->read_count + obj->write_count)
1699 obj->read_count, obj->write_count, obj->liveness,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c464 int read_count = 0; local
488 read_count++;
492 type, read_count, prefix_seq_num, suffix_seq_num);
494 (read_count < ECORE_DCBX_MAX_MIB_READ_TRY));
496 if (read_count >= ECORE_DCBX_MAX_MIB_READ_TRY) {
499 type, read_count, prefix_seq_num, suffix_seq_num);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c1446 size_t read_count; local
1483 read_count = 0;
1489 read_count = dev->region.length - dev->n;
1491 iov[0].iov_len = read_count;
1517 read_count += available.length;
1557 *read_countp = read_count;
1641 size_t read_count; local
1648 build_msghdr_recv(sock, dev, &msghdr, iov, &read_count);
1764 if ((sock->type == isc_sockettype_udp) && ((size_t)cc > read_count)) {
1805 if (((size_t)cc != read_count)
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c3290 u_int read_count; local
3318 read_count = sizeof(rb->recv_space);
3320 read_count = (u_int)rp->datalen;
3322 buflen = read(fd, (char *)&rb->recv_space, read_count);

Completed in 212 milliseconds