Lines Matching refs:Block_t
272 reg Block_t *b, *endb;
280 b = endb = NIL(Block_t*);
283 endb = (Block_t*)(seg->baddr - sizeof(Head_t));
313 b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
331 Block_t *b, *endb;
341 endb = (Block_t*)(seg->baddr - sizeof(Head_t));
352 b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
567 reg Block_t *b, *endb;
574 { if(_vmbestcheck(vd, NIL(Block_t*)) < 0)
584 endb = (Block_t*)(seg->baddr - sizeof(Head_t));
613 next: b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS));