/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()
|
/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/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/libexec/rc/rc.d/ |
H A D | cleartmp | 43 ! \( -name lost+found -type d -user root \) \
|
/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/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/crypto/openssl/doc/man3/ |
H A D | DSA_dup_DH.pod | 24 is lost during that conversion, but the resulting DH parameters
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pktdrvr.h | 80 DWORD lost; /* # of packets lost (RX) */ member
|
H A D | pkt_rx1.s | 122 adc word [_pktDrop+2], 0 ; increment packets lost
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_volume.ksh | 98 log_must rmdir $MNTPNT/lost+found
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 33 * of the gpio interrupt to avoid lost events in deeper idle states.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | sff,sfp.txt | 20 Indication input gpio signal, active (signal lost) high
|
/freebsd/contrib/one-true-awk/ |
H A D | FREEBSD-upgrade | 56 (5) Oops, lost the race to push while testing, the following will rebase things
|