Searched refs:prom_retain (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_retain.c | 38 prom_retain(char *id, size_t size, u_int align, unsigned long long *physaddr) function
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | machdep.c | 166 if (prom_retain("OBPnvram", PAGESIZE, PAGESIZE, &phys) != 0) { 167 printf("prom_retain failed\n");
|
/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/ |
H A D | prom_plat.h | 159 * prom_retain allocates or returns retained physical memory 162 extern int prom_retain(char *id, size_t size, uint_t align,
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | prom_plat.h | 162 * prom_retain allocates or returns retained physical memory 165 extern int prom_retain(char *id, size_t size, uint_t align,
|
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4/ |
H A D | Makefile | 57 prom_retain.c \
|
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4u/ |
H A D | Makefile | 61 prom_retain.c \
|
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4v/ |
H A D | Makefile | 58 prom_retain.c \
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | prom_plat.h | 162 * prom_retain allocates or returns retained physical memory 165 extern int prom_retain(char *id, size_t size, uint_t align,
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 235 if (prom_retain("panicbuf", PANICBUFSIZE, MMU_PAGESIZE, &pa) != 0)
|
Completed in 84 milliseconds