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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c96 * Boot info from "glue" code in low memory. xbootp is used by:
99 static struct xboot_info *xbootp; variable in typeref:struct:xboot_info
195 struct memlist *ml = (struct memlist *)xbootp->bi_phys_install;
211 if (xbootp->bi_use_pae == 0 && high_phys > FOUR_GIG)
311 pgsize = xbootp->bi_use_pae ? TWO_MEG : FOUR_MEG;
312 if (xbootp->bi_use_largepage && a == pgsize) {
743 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) {
1761 xbootp = xbp;

Completed in 62 milliseconds