Searched refs:retblock (Results 1 – 1 of 1) sorted by relevance
449 char *retblock; /* Address returned to the user */ in kmem_alloc() local527 retblock = a->block->data; in kmem_alloc()554 retblock = a->block->data + ALIGNMORE(a->block->data); in kmem_alloc()572 retblock = a->block->data; in kmem_alloc()581 bzero(retblock, nbytes); in kmem_alloc()583 printf("kmem_alloc bzero complete - returning %p\n", retblock); in kmem_alloc()585 return (retblock); in kmem_alloc()