Searched refs:prom_free (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c261 * 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 Dprom_alloc.c42 * 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 Dramdisk.c224 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 Dpromif.h62 extern void prom_free(caddr_t virt, uint_t size);
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h84 extern void prom_free(caddr_t virt, size_t size);
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c292 * 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 Dmach_descrip.c485 prom_free((caddr_t)buf, size);
H A Dmach_cpu_states.c770 prom_free((caddr_t)listp, listsz);

Completed in 69 milliseconds