bop_temp_alloc
return (bop_temp_alloc(size, MINALIGN));
return (bop_temp_alloc(size, align));
extern caddr_t bop_temp_alloc(size_t size, int align);