Searched defs:virthint (Results 1 – 8 of 8) sorted by relevance
/titanic_52/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_map.c | 40 prom_map(caddr_t virthint, unsigned long long physaddr, u_int size) in prom_map() argument
|
H A D | prom_alloc.c | 49 prom_alloc(caddr_t virthint, size_t size, u_int align) in prom_alloc() argument
|
/titanic_52/usr/src/stand/lib/sa/ |
H A D | standalloc.c | 58 kern_resalloc(caddr_t virthint, size_t size, int align) in kern_resalloc() argument
|
/titanic_52/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 156 #define BOP_ALLOC(bop, virthint, size, align) \ argument 163 #define BOP_EALLOC(bop, virthint, size, align, flags)\ argument
|
/titanic_52/usr/src/uts/sparc/os/ |
H A D | bootops.c | 280 bop_alloc(caddr_t virthint, size_t size, int align) in bop_alloc() argument 296 bop_alloc_chunk(caddr_t virthint, size_t size, int align) in bop_alloc_chunk() argument [all...] |
/titanic_52/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() argument
|
/titanic_52/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 277 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc() argument 355 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, in do_bsys_ealloc() argument 2090 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc() argument
|
/titanic_52/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 120 #define BOP_ALLOC(bop, virthint, size, align) \ argument
|