Searched refs:RESOURCES (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/stand/sys/ |
H A D | bootsyms.h | 99 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int); 100 extern void resfree(enum RESOURCES, caddr_t, size_t);
|
H A D | saio.h | 48 enum RESOURCES { enum
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | standalloc.c | 43 extern caddr_t resalloc(enum RESOURCES type, 45 extern void resfree(enum RESOURCES type,
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4x_standalloc.c | 163 get_low_vpage(size_t numpages, enum RESOURCES type) in get_low_vpage() 238 resalloc(enum RESOURCES type, size_t bytes, caddr_t virthint, int align) in resalloc() 327 resfree(enum RESOURCES type, caddr_t virtaddr, size_t size) in resfree()
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 130 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int); 779 enum RESOURCES type = RES_BOOTSCRATCH_NOFAIL; in morecore() 781 enum RESOURCES type = RES_BOOTSCRATCH; in morecore()
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 246 extern caddr_t resalloc(enum RESOURCES, size_t, caddr_t, int);
|