Searched refs:doff (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_core.c542 int soff, doff; /* offset from the head of chain, to head of this mbuf */ local
632 soff = doff = sn = dn = 0;
769 int soff, doff; /* offset from the head of chain, to head of this mbuf */ local
865 soff = doff = sn = dn = 0;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c2285 int iomode, doff, dend, firstpg, lastpg; local
2386 doff = bp->nb_dirtyoff;
2389 /* if doff page is dirty, move doff to start of page */
2390 if (NBPGDIRTY(bp, doff / PAGE_SIZE))
2391 doff -= doff & PAGE_MASK;
2393 if (!(doff & PAGE_MASK))
2394 while ((doff > 0) && NBPGDIRTY(bp, (doff
[all...]

Completed in 21 milliseconds