Lines Matching defs:boff
221 size_t aoff, boff, poff, slotnumber;
267 * boff is the page number offset of the free page
272 for (boff = (sip->si_hint % NBBW); boff < NBBW; boff++) {
273 if (!TESTBIT(sip->si_swapslots, aoff + boff))
278 for (boff = 0; boff < (sip->si_hint % NBBW); boff++) {
279 if (!TESTBIT(sip->si_swapslots, aoff + boff))
292 slotnumber = aoff + boff;
297 printf("ptob(aoff(%ld) + boff(%ld))(%ld) >= eoff(%ld)\n",
298 aoff, boff, ptob(slotnumber), (long)sip->si_eoff);