Lines Matching refs:Block_t
44 Block_t *tp, *next;
73 { next = (Block_t*)((Vmuchar_t*)tp+size);
78 else seg->free = NIL(Block_t*);
101 Block_t *fp;
121 vd->free = NIL(Block_t*);
122 fp = (Block_t*)data;
126 seg->last = NIL(Block_t*);
145 Block_t *tp;
194 seg->free = NIL(Block_t*);
230 { tp = (Block_t*)data;
241 seg->free = NIL(Block_t*);
249 { tp = (Block_t*)((Vmuchar_t*)data + size);
255 vd->free = seg->last = (Block_t*)data;
327 Block_t *fp;
339 seg->free = NIL(Block_t*);
367 Block_t *next;
385 if(seg->last == (Block_t*)data)
394 next = (Block_t*)(data+size);
395 if((s = (seg->baddr - (Vmuchar_t*)next)) >= sizeof(Block_t))
401 vd->free = seg->last = (Block_t*)data;