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

/freebsd-10-stable/etc/rc.d/
H A Dcleartmp37 # + /tmp/lost+found is preserved, but its contents are removed.
38 # + lost+found and quota.* in subdirectories are removed.
43 ! \( -name lost+found -type d -user root \) \
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dibping.c164 static uint64_t start, total_time, replied, lost, ntrans; variable
177 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000);
314 lost++;
/freebsd-10-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-10-stable/contrib/bmake/mk/
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-10-stable/sys/dev/si/
H A Dsi.c84 #undef POLL /* turn on poller to scan for lost interrupts */
1056 int lost, oldspl, port; local
1061 lost = 0;
1076 printf("si%d: lost intr\n", i);
1077 lost++;
1095 if (lost || si_realpoll)
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1333 bool lost = false; local
1334 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1475 bool lost = false; local
1477 Val.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &lost);
1481 assert(status == APFloat::opOK && !lost &&
1482 "Precision lost during fp16 constfolding");
/freebsd-10-stable/usr.sbin/ppp/
H A Dbundle.c330 struct datalink *lost; local
335 lost = NULL;
339 lost = dl;
347 if (lost)
348 mp_LinkLost(&bundle->ncp.mp, lost);
350 log_Printf(LogALERT, "Oops, lost an unrecognised datalink (%s) !\n",
/freebsd-10-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-10-stable/contrib/libpcap/
H A Dpcap-dos.c1107 stats->rx_errors = pktStat.lost;
/freebsd-10-stable/crypto/openssh/
H A Dscp.c965 SCREWUP("lost connection");
1368 (void)write(STDERR_FILENO, "lost connection\n", 16);
/freebsd-10-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-10-stable/contrib/ipfilter/
H A DHISTORY54 3542974 reason for dropping packet is lost
1644 (I think someone else already told me about these but they got lost :-/)
/freebsd-10-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-10-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-10-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 329 milliseconds