Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/crypto/openssl/test/
H A Dmemleaktest.c47 char *volatile lost; in main() local
49 lost = OPENSSL_malloc(3); in main()
50 if (!TEST_ptr(lost)) in main()
53 strcpy(lost, "ab"); in main()
56 OPENSSL_free(lost); in main()
60 lost = NULL; in main()
H A Dquic_ackm_test.c26 int lost, acked, discarded; member
32 ++info->lost; in on_lost()
149 const char *expect_ack; /* 1=ack, 2=lost, 4=discarded */
396 if (!TEST_int_eq(h.pkts[i].lost, 0)) in test_tx_ack_case_actual()
413 if (!TEST_int_eq(h.pkts[i].lost, in test_tx_ack_case_actual()
494 const char *expect; /* 1=ack, 2=lost, 4=discarded */
598 if (!TEST_int_eq(h.pkts[i].lost, in test_tx_ack_time_script()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibping.c144 static uint64_t start, total_time, replied, lost, ntrans; variable
157 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000); in report()
267 lost++; in main()
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes26 synchronized to the broadcast signal, then lost the signal and is
46 been lost for about ten hours
68 been lost for about ten hours; unlock condition is indicated by
86 initial synchronization and when received signal is lost for an
105 hh:mm:ss.? once synch is established and then lost again for about
140 lost for an extended period. A receiver unlock condition is
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md6 designated as lost by the ACK manager. The ACK manager works on the level of
62 when a packet containing them is lost. This has the advantage of using
72 - Some frame types do not need to be retransmitted even if lost (`PING`,
87 been acknowledged, lost or discarded:
93 can be informed of lost or acked ranges in the stream.
101 given stream whether a FIN was lost or acked.
104 so that they can be requeued (if lost) or released (if acked or discarded).
108 again if the packet was lost).
116 the event that they are lost. It facilitates the GCR retransmission strategy.
133 to the `TX` state. If the packet it was sent in is subsequently lost,
[all …]
H A Dquic-overview.md28 retransmitted if the packets in which they were transmitted were lost. It is
118 It detects lost packets (after an ACK is not received in time). It informs
121 to be lost.
H A Dglossary.md5 notifications when they are lost, or when they are successfully delivered.
70 containing packets are deemed delivered or lost, so that frames can be
73 **GCR:** Generic Control Frame Retransmission. A strategy for regenerating lost
74 frames. Stores raw frame in a queue so that it can be retransmitted if lost. See
235 **REGEN:** A strategy for regenerating lost frames. This strategy regenerates
312 are lost. Note that the ACKM records only receipt or loss of entire packets,
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c474 int rlen, dlen, lost; in dconschat_read_dcons() local
489 lost = ch->size * DCONS_GEN_MASK - ch->pos; in dconschat_read_dcons()
494 lost = pos - ch->pos; in dconschat_read_dcons()
497 lost = gen - ch->gen; in dconschat_read_dcons()
498 if (lost < 0) in dconschat_read_dcons()
499 lost += DCONS_GEN_MASK; in dconschat_read_dcons()
501 printf("[genskip %d]", lost); in dconschat_read_dcons()
502 lost = lost * ch->size - ch->pos; in dconschat_read_dcons()
509 printf("[lost %d]", lost); in dconschat_read_dcons()
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c74 int lost; member
466 tcp->test_pkts[recv_buf.pnum].lost = 0; in recv_pkt()
537 test_ctx.test_pkts[i].lost = 1; in test_run()
575 if (test_ctx.test_pkts[i].lost != 0) { in test_run()
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros62 number of bits given in `count'. Any bits shifted off are lost. The value
210 number of bits given in `count'. Any bits shifted off are lost. The value
229 by the number of bits given in `count'. Any bits shifted off are lost.
267 any carry out is lost. The result is broken into two 32-bit pieces which
287 modulo 2^96, so any carry out is lost. The result is broken into three
326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
/freebsd/libexec/rc/rc.d/
H A Dcleartmp43 ! \( -name lost+found -type d -user root \) \
/freebsd/tools/test/stress2/misc/
H A Dforce10.sh60 rm -fr $mntpoint/lost+found
H A Dforce7.sh55 rm -fr $mntpoint/lost+found
H A Dforce9.sh61 rm -fr $mntpoint/lost+found
H A Dforce14.sh63 rm -fr $mntpoint/lost+found
H A Dforce15.sh56 rm -fr $mntpoint/lost+found
H A Dforce11.sh53 rm -fr $mntpoint/lost+found
H A Dforce13.sh62 rm -fr $mntpoint/lost+found
H A Dgnop13.sh62 rm -fr $mntpoint/lost+found
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros137 number of bits given in `count'. Any bits shifted off are lost. The value
285 number of bits given in `count'. Any bits shifted off are lost. The value
304 by the number of bits given in `count'. Any bits shifted off are lost.
342 any carry out is lost. The result is broken into two 64-bit pieces which
362 modulo 2^192, so any carry out is lost. The result is broken into three
401 2^128, so any borrow out (carry out) is lost. The result is broken into two
420 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dltc2941.txt19 lost when the battery is disconnected.
/freebsd/contrib/tcsh/
H A Deight-bit.me116 self-insert-command, I lost the ability to use the Meta key to call the
122 Since M-d is the only one of the "lost" key combinations that was
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.h80 DWORD lost; /* # of packets lost (RX) */ member
/freebsd/crypto/openssl/doc/man3/
H A DDSA_dup_DH.pod24 is lost during that conversion, but the resulting DH parameters
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh99 log_must rmdir $MNTPNT/lost+found

123456