Searched refs:RES_CHILDVIRT (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/stand/sys/ |
H A D | saio.h | 57 RES_CHILDVIRT, /* Virt anywhere, phys > 4MB */ enumerator 60 RES_CHILDVIRT /* Virt anywhere, phys > 4MB */
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | standalloc.c | 61 return (resalloc(RES_CHILDVIRT, size, virthint, align)); in kern_resalloc() 95 if (resalloc(RES_CHILDVIRT, size, vaddr, align) != vaddr) in get_progmemory()
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4x_standalloc.c | 274 case RES_CHILDVIRT: in resalloc()
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 342 np = resalloc(RES_CHILDVIRT, nsz, np, 0UL); in lufs_alloc_from_logbuf()
|