Home
last modified time | relevance | path

Searched refs:resalloc (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/stand/lib/sa/
H A Dstandalloc.c43 extern caddr_t resalloc(enum RESOURCES type,
61 return (resalloc(RES_CHILDVIRT, size, virthint, align)); in kern_resalloc()
63 return (resalloc(RES_BOOTSCRATCH, size, NULL, NULL)); in kern_resalloc()
95 if (resalloc(RES_CHILDVIRT, size, vaddr, align) != vaddr) in get_progmemory()
/titanic_44/usr/src/stand/sys/
H A Dbootsyms.h99 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int);
/titanic_44/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c130 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int);
790 p = (Dblk) resalloc(type, nbytes, (caddr_t)0, 0); in morecore()
820 r = (Freehdr)resalloc(RES_BOOTSCRATCH, PAGESIZE, (caddr_t)0, 0); in getfreehdr()
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c238 resalloc(enum RESOURCES type, size_t bytes, caddr_t virthint, int align) in resalloc() function
/titanic_44/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c246 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int);
342 np = resalloc(RES_CHILDVIRT, nsz, np, 0UL); in lufs_alloc_from_logbuf()