Searched refs:prom_free (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootops.c | 261 * We have to call prom_free() with the same args 268 prom_free(temp_base[i], temp_size[i]); 376 prom_free(virt, size); 532 prom_free((caddr_t)(uintptr_t)arbase, arsize); 537 prom_free((caddr_t)(uintptr_t)arbase, 564 prom_free(base, size); 572 prom_free(base, len); 603 prom_free((caddr_t)(uintptr_t)eadr, roundup(esize, PAGESIZE)); 605 prom_free((caddr_t)(uintptr_t)dynseg, roundup(dynsize, PAGESIZE));
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_alloc.c | 42 * Memory allocated with prom_alloc can be freed with prom_free. 132 prom_free(caddr_t virt, size_t size) function
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | ramdisk.c | 224 prom_free(addr, MIN(BOOT_ARCHIVE_ALLOC_SIZE, end_addr - addr)); 421 prom_free(sg_addr, sg_len);
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | promif.h | 62 extern void prom_free(caddr_t virt, uint_t size);
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | promif.h | 84 extern void prom_free(caddr_t virt, size_t size);
|
/illumos-gate/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 292 * Solaris/x86 has no prom_free() routine at this time. 297 * Solaris on sparc has a prom_free() routine that will update 302 * prom_free anyway so that the kernel can reclaim this 306 prom_free(logbuffer, elogbuffer-logbuffer);
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_descrip.c | 485 prom_free((caddr_t)buf, size);
|
H A D | mach_cpu_states.c | 770 prom_free((caddr_t)listp, listsz);
|
Completed in 78 milliseconds