Searched refs:vfreelistp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c73 update_memlist("virtual-memory", "available", &vfreelistp);
81 if (debug) print_memlist(vfreelistp);
93 dprintf("virtavail = %p\n", (void *)vfreelistp);
130 if (debug) print_memlist(vfreelistp);
153 update_memlist("virtual-memory", "available", &vfreelistp);
159 dprintf("virtavail = %p\n", (void *)vfreelistp);
173 print_memlist(vfreelistp);
H A Dbootprop.c46 *vfreelistp, /* virtmem available */ variable in typeref:struct:
91 "virt-avail", &vfreelistp, 0,
176 update_memlist("virtual-memory", "available", &vfreelistp);
H A Dsun4u_memlist.c55 extern struct memlist *pfreelistp, *vfreelistp, *pinstalledp;
68 vfreelistp = fill_memlists("virtual-memory", "available", vfreelistp);
H A Dsun4x_standalloc.c44 extern struct memlist *vfreelistp, *pfreelistp;
268 print_memlist(vfreelistp);
H A Dboot_plat.c555 if (debug) print_memlist(vfreelistp);
/illumos-gate/usr/src/psm/stand/sys/
H A Dboot.h53 extern struct memlist *pfreelistp, *vfreelistp, *pinstalledp;
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h86 extern struct memlist *vfreelistp;

Completed in 74 milliseconds