Searched refs:resalloc (Results 1 – 5 of 5) sorted by relevance
| /titanic_44/usr/src/stand/lib/sa/ |
| H A D | standalloc.c | 43 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 D | bootsyms.h | 99 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int);
|
| /titanic_44/usr/src/psm/stand/boot/common/ |
| H A D | heap_kmem.c | 130 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 D | sun4x_standalloc.c | 238 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 D | lufsboot.c | 246 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int); 342 np = resalloc(RES_CHILDVIRT, nsz, np, 0UL); in lufs_alloc_from_logbuf()
|