HomeSort by: relevance | last modified time | path
    Searched refs:lost (Results 1 - 12 of 12) sorted by relevancy

  /src/etc/rc.d/
cleartmp 35 # Delete almost everything, except lost+found, quota.user,
46 find -x . ! -name . ! -name lost+found ! -name quota.user \
  /src/lib/libc/arch/mips/gen/
_resumecontext.S 85 SYSTRAP(exit) # all hope is lost.
  /src/usr.bin/make/unit-tests/
dep-double-colon-indep.mk 8 # file. Be careful with parallel mode though, to avoid lost updates and
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap4-droid4-xt894.dts 21 * of the gpio interrupt to avoid lost events in deeper idle states.
  /src/sys/fs/msdosfs/
msdosfs_vnops.c 955 long lost; local in function:msdosfs_readdir
998 lost = uio->uio_resid - count;
1202 uio->uio_resid += lost;
  /src/sys/net/
if.c 2294 uint8_t lost; local in function:if_link_state_change
2305 lost = LQ_ITEM(ifp->if_link_queue, 0);
2307 if (lost == LINK_STATE_DOWN) {
2308 lost = LQ_ITEM(ifp->if_link_queue, 0);
2311 printf("%s: lost link state change %s\n",
2313 lost == LINK_STATE_UP ? "UP" :
2314 lost == LINK_STATE_DOWN ? "DOWN" :
if_ppp.c 184 * packets for output, and received packets following lost/corrupted
188 #define M_ERRMARK M_LINK1 /* rx packet following lost/corrupted pkt */
1422 ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost)
1426 if (lost)
  /src/sys/nfs/
nfs_vnops.c 405 * if consistency is lost.
1400 * might have already been lost now.
1796 * Kludge City: If the first reply to the remove rpc is lost..
2295 size_t count, lost; local in function:nfs_readdir
2303 lost = uio->uio_resid & (NFS_DIRFRAGSIZ - 1);
2304 count = uio->uio_resid - lost;
2322 uio->uio_resid += lost;
2338 panic("nfs_readdir: lost in space");
2358 uio->uio_resid += lost;
  /src/usr.sbin/sysinst/
msg.mi.fr 303 message cvtscheme_delete {delete (all data will be lost!)}
1401 recreated. All data in this partition will be lost.
msg.mi.es 299 message cvtscheme_delete {delete (all data will be lost!)}
1362 recreated. All data in this partition will be lost.
  /src/sys/arch/mips/mips/
mipsX_subr.S 2314 #error Global bit is lost here when V==0 and it needs to be preserved
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 732 # NOTE: Changes made to this file will be lost: look at ltmain.sh.

Completed in 32 milliseconds