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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c120 static char *curr_page = NULL; /* ptr to avail bprop memory */ variable
121 static int curr_space = 0; /* amount of memory at curr_page */
374 curr_page = do_bsys_alloc(NULL, 0, need_size, MMU_PAGESIZE);
379 * use a bootprop_t at curr_page and link into list
381 b = (bootprop_t *)curr_page;
382 curr_page += sizeof (bootprop_t);
390 b->bp_name = curr_page;
391 bcopy(name, curr_page, nlen);
392 curr_page += nlen;
393 *curr_page
[all...]

Completed in 50 milliseconds