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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/bmake/mk/
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-9.3-release/sys/dev/si/
H A Dsi.c84 #undef POLL /* turn on poller to scan for lost interrupts */
1054 int lost, oldspl, port; local
1059 lost = 0;
1074 printf("si%d: lost intr\n", i);
1075 lost++;
1093 if (lost || si_realpoll)
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/lib/isc/
H A Dmem.c121 * Total size of lost memory due to a bug of external library.
2450 isc_uint64_t lost; local
2460 lost = totallost;
2503 lost));
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c924 panic("ufs_chown: lost quota");
1365 panic("ufs_rename: lost to startdir");
2091 * will be reattached to lost+found,
2194 size_t count, lost; local
2212 lost = uio->uio_resid - count;
2285 uio->uio_resid += lost;
/freebsd-9.3-release/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-9.3-release/contrib/libpcap/
H A Dpcap-dos.c1107 stats->rx_errors = pktStat.lost;
/freebsd-9.3-release/crypto/openssh/
H A Dscp.c947 SCREWUP("lost connection");
1341 (void)write(STDERR_FILENO, "lost connection\n", 16);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c1995 bool lost = false;
2006 /* The nearest definition is from a lost primary. */
2008 lost = true;
2186 else if (lost)
2187 /* If the nearest definition is in a lost primary, we don't need an
6444 fprintf (stream, " lost-primary");
7084 2) We are a primary base within a lost primary virtual base of
7279 primary base chain is from a lost primary, this vtable slot will
7290 /* We found a defn before a lost primary; go ahead as normal. */
7294 /* The nearest definition is from a lost primar
1991 bool lost = false; local
[all...]
H A Dpt.c4144 int nparms, nargs, i, lost = 0; local
4215 lost++;
4220 if (lost)
10431 signedness is the only information lost, and I think that will be
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex4956 % active too. Otherwise, they get lost as the first character on a
6231 % would be lost.
/freebsd-9.3-release/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-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5028 % active too. Otherwise, they get lost as the first character on a
6303 % would be lost.
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh327 # So this would be lost if everything was `pwd`-based. I suppose
5977 "${PROG} update: warning: $file was lost
8086 "${PROG} update: warning: file1 was lost
9792 "${PROG} update: warning: file1 was lost
16713 "${PROG} update: warning: m was lost
16753 "${PROG} update: warning: m was lost
21594 # If nobody else had a more recent update, the data would be lost
21784 # (1 lost all her data and 2 has an update date from
22940 # I'm kind of surprised that the "file1 was lost" doesn't crop
22945 "${PROG} update: warning: file1 was lost
[all...]

Completed in 446 milliseconds