Home
last modified time | relevance | path

Searched refs:newoff (Results 1 – 3 of 3) sorted by relevance

/original-bsd/lib/libc/db/hash/
H A Dhash_page.c107 register u_short *bp, newoff; variable
117 newoff = bp[ndx - 1];
119 newoff = hashp->BSIZE;
120 pairlen = newoff - bp[ndx + 1];
/original-bsd/sys/sys/
H A Dvnode_if.h344 static inline int VOP_SEEK(vp, oldoff, newoff, cred) in VOP_SEEK() argument
347 off_t newoff;
355 a.a_newoff = newoff;
/original-bsd/sys/kern/
H A Dvnode_if.src208 # Needs work: Is newoff right? What's it mean?
213 IN off_t newoff;