Searched refs:lost (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/etc/rc.d/
H A Dcleartmp38 # + /tmp/lost+found is preserved, but its contents are removed.
39 # + lost+found and quota.* in subdirectories are removed.
44 ! \( -name lost+found -type d -user root \) \
/freebsd-11-stable/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);
267 lost++;
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c482 int rlen, dlen, lost; local
497 lost = ch->size * DCONS_GEN_MASK - ch->pos;
502 lost = pos - ch->pos;
505 lost = gen - ch->gen;
506 if (lost < 0)
507 lost += DCONS_GEN_MASK;
509 printf("[genskip %d]", lost);
510 lost = lost * ch->size - ch->pos;
517 printf("[lost
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon622
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
H A Dpkt_rx0.asm162 adc _pktDrop[2], 0 ; increment packets lost
H A Dpktdrvr.c617 pktStat.lost -= initialStat.lost;
/freebsd-11-stable/contrib/bmake/mk/
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-11-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c77 int lost; member in struct:test_pkt
494 tcp->test_pkts[recv_buf.pnum].lost = 0;
507 warnx("packet %d is lost", i);
565 test_ctx.test_pkts[i].lost = 1;
603 if (test_ctx.test_pkts[i].lost != 0) {
/freebsd-11-stable/sys/dev/si/
H A Dsi.c84 #undef POLL /* turn on poller to scan for lost interrupts */
1055 int lost, oldspl, port; local
1060 lost = 0;
1075 printf("si%d: lost intr\n", i);
1076 lost++;
1094 if (lost || si_realpoll)
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c332 struct datalink *lost; local
337 lost = NULL;
341 lost = dl;
349 if (lost)
350 mp_LinkLost(&bundle->ncp.mp, lost);
352 log_Printf(LogALERT, "Oops, lost an unrecognised datalink (%s) !\n",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1737 bool lost = false; local
1738 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost); local
1977 bool lost = false; local
1979 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost);
1983 assert(status == APFloat::opOK && !lost &&
1984 "Precision lost during fp16 constfolding");
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c121 * Total size of lost memory due to a bug of external library.
2427 isc_uint64_t lost; local
2436 lost = totallost;
2470 lost);
/freebsd-11-stable/crypto/openssh/
H A Dscp.c964 SCREWUP("lost connection");
1367 (void)write(STDERR_FILENO, "lost connection\n", 16);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c1156 stats->rx_errors = pktStat.lost;
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c2008 bool lost = false;
2019 /* The nearest definition is from a lost primary. */
2021 lost = true;
2199 else if (lost)
2200 /* If the nearest definition is in a lost primary, we don't need an
6473 fprintf (stream, " lost-primary");
7113 2) We are a primary base within a lost primary virtual base of
7308 primary base chain is from a lost primary, this vtable slot will
7319 /* We found a defn before a lost primary; go ahead as normal. */
7323 /* The nearest definition is from a lost primar
2004 bool lost = false; local
[all...]
H A Dpt.c4144 int nparms, nargs, i, lost = 0; local
4215 lost++;
4220 if (lost)
10436 signedness is the only information lost, and I think that will be
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1512 // We allow precision lost but not overflow or underflow
1763 bool lost; local
1767 APFloat::rmNearestTiesToEven, &lost); local
1768 // We allow precision lost but not overflow or underflow. This should be
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5152 % active too. Otherwise, they get lost as the first character on a
6432 % would be lost.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex5028 % active too. Otherwise, they get lost as the first character on a
6303 % would be lost.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex6626 % active too. Otherwise, they get lost as the first character on a
8352 % would be lost.

Completed in 449 milliseconds