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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_pppvar.h144 void ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c229 int idle, sendalot, lost = 0; local
1496 lost = 0;
1519 lost = tp->t_pktlist_sentlen;
1532 * into "lost", since we're about to free
1535 lost += tp->t_pktlist_sentlen;
1538 lost = 0;
1562 * Assume that the packets were lost, so back out the
1563 * sequence number advance, if any. Note that the "lost"
1575 p->rxmit -= lost;
1576 tp->sackhint.sack_bytes_rexmit -= lost;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c469 panic("chown: lost quota");
751 * Check if just deleting a link name or if we've lost a race.
761 * have lost the race. Pretend that the rename
991 panic("rename: lost dir entry");
1007 panic("rename: lost dir entry");
1280 * will be reattached to lost+found,
1365 size_t count, lost; local
1379 lost = uio_resid(uio) - count;
1430 uio_setresid(uio, (uio_resid(uio) + lost));
1464 size_t count, lost; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c407 size_t lost = 0;
581 panic("ufs_readdir: lost in space");
598 lost += uio->uio_offset - bufferOffset;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s460 bne-- fssync1 ; Try again if lost reservation...
645 bne-- fswsync1 ; Try again if lost reservation...
663 sub r0,r0,r22 ; Non-zero if we lost ownership, 0 if not
751 bne-- fsnsync1 ; Try again if lost reservation...
1174 bne-- vssync1 ; Try again if lost reservation...
1378 bne-- vswsync1 ; Try again if lost reservation...
1396 sub r0,r0,r22 ; Non-zero if we lost ownership, 0 if not
1507 bne-- vswnsync1 ; Try again if lost reservation...
H A Dsavearea_asm.s1477 beqlr++ ; reservation not lost, so we have the lock
H A Dmachine_routines_asm.s1007 ; Protect against a lost decrementer trap if the current decrementer value is negative

Completed in 107 milliseconds