Home
last modified time | relevance | path

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

12345

/freebsd/crypto/openssl/test/
H A Dmemleaktest.c47 char *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()
/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/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/libexec/rc/rc.d/
H A Dcleartmp43 ! \( -name lost+found -type d -user root \) \
/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/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.
H A Dlltc,ltc294x.yaml45 The setting is lost when the battery is disconnected.
/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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh98 log_must rmdir $MNTPNT/lost+found
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-droid4-xt894.dts33 * of the gpio interrupt to avoid lost events in deeper idle states.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt20 Indication input gpio signal, active (signal lost) high
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade56 (5) Oops, lost the race to push while testing, the following will rebase things

12345