Searched defs:bootmem_props (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c433 static struct bootmem_props { struct
437 } bootmem_props[3]; variable in typeref:struct:bootmem_props
447 compact_promlist(struct bootmem_props *bpp)
470 sort_promlist(struct bootmem_props *bpp)
500 struct bootmem_props *tmp;
515 tmp = &bootmem_props[PHYSINSTALLED];
533 tmp = &bootmem_props[PHYSAVAIL];
538 tmp = &bootmem_props[VIRTAVAIL];
551 struct bootmem_props *il, *pl, *vl;
562 pl = &bootmem_props[PHYSAVAI
[all...]

Completed in 44 milliseconds