Home
last modified time | relevance | path

Searched refs:bop_temp_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c218 bop_temp_alloc(size_t size, int align) in bop_temp_alloc() function
283 return (bop_temp_alloc(size, align)); in bop_alloc()
302 return (bop_temp_alloc(size, align)); in bop_alloc_chunk()
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h101 extern caddr_t bop_temp_alloc(size_t size, int align);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4051 return (bop_temp_alloc(size, MINALIGN)); in kobj_alloc()