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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c564 static page_t *bootpages; variable
1821 bootpages = pp->p_next;
1838 * kernel later in boot, so we add them to the bootpages list.
1863 pp->p_next = bootpages;
1866 if (bootpages != NULL) {
1867 bootpages->p_prev = pp;
1869 bootpages = pp;
2030 bootpages = NULL;
2540 while (bootpages) {
2542 pp = bootpages;
[all...]

Completed in 64 milliseconds