| /freebsd/crypto/openssl/test/ |
| H A D | memleaktest.c | 47 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 D | quic_ackm_test.c | 26 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 D | ibping.c | 144 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 D | README.timecodes | 26 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 D | quic-fifm.md | 6 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 D | quic-overview.md | 28 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 D | glossary.md | 5 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 D | dconschat.c | 474 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 D | udp_pingpong.c | 74 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 D | softfloat-macros | 62 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 D | cleartmp | 43 ! \( -name lost+found -type d -user root \) \
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | force10.sh | 60 rm -fr $mntpoint/lost+found
|
| H A D | force7.sh | 55 rm -fr $mntpoint/lost+found
|
| H A D | force9.sh | 61 rm -fr $mntpoint/lost+found
|
| H A D | force14.sh | 63 rm -fr $mntpoint/lost+found
|
| H A D | force15.sh | 56 rm -fr $mntpoint/lost+found
|
| H A D | force11.sh | 53 rm -fr $mntpoint/lost+found
|
| H A D | force13.sh | 62 rm -fr $mntpoint/lost+found
|
| H A D | gnop13.sh | 62 rm -fr $mntpoint/lost+found
|
| /freebsd/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 137 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 D | ltc2941.txt | 19 lost when the battery is disconnected.
|
| /freebsd/contrib/tcsh/ |
| H A D | eight-bit.me | 116 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 D | pktdrvr.h | 80 DWORD lost; /* # of packets lost (RX) */ member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | DSA_dup_DH.pod | 24 is lost during that conversion, but the resulting DH parameters
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_volume.ksh | 99 log_must rmdir $MNTPNT/lost+found
|