Home
last modified time | relevance | path

Searched refs:print_memlist (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c77 if (debug) print_memlist(pinstalledp); in setup_bootops()
79 if (debug) print_memlist(pfreelistp); in setup_bootops()
81 if (debug) print_memlist(vfreelistp); in setup_bootops()
126 if (debug) print_memlist(pinstalledp); in kern_killboot()
128 if (debug) print_memlist(pfreelistp); in kern_killboot()
130 if (debug) print_memlist(vfreelistp); in kern_killboot()
165 print_memlist(pinstalledp); in kern_killboot()
169 print_memlist(pfreelistp); in kern_killboot()
173 print_memlist(vfreelistp); in kern_killboot()
H A Dboot_plat.c60 void print_memlist(struct memlist *av);
553 if (debug) print_memlist(pfreelistp); in main()
555 if (debug) print_memlist(vfreelistp); in main()
557 if (debug) print_memlist(pinstalledp); in main()
H A Dsun4x_standalloc.c268 print_memlist(vfreelistp); in resalloc()
269 print_memlist(pfreelistp); in resalloc()
/titanic_50/usr/src/stand/sys/
H A Dsalib.h66 extern void print_memlist(struct memlist *);
/titanic_50/usr/src/stand/lib/sa/
H A Dmemlist.c47 print_memlist(struct memlist *av) in print_memlist() function
/titanic_50/usr/src/uts/i86pc/os/
H A Dstartup.c576 print_memlist(char *title, struct memlist *mp) in print_memlist() function
994 print_memlist("boot physinstalled", in startup_memlist()
1025 print_memlist("boot reserved mem", in startup_memlist()
1233 print_memlist("phys_install", phys_install); in startup_memlist()
1242 print_memlist("phys_avail", phys_avail); in startup_memlist()
1262 print_memlist("bios_rsvd", bios_rsvd); in startup_memlist()