Home
last modified time | relevance | path

Searched refs:do_bsys_alloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c275 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc() function
375 curr_page = do_bsys_alloc(NULL, 0, need_size, MMU_PAGESIZE); in bsetprop()
700 line = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in read_bootenvrc()
1526 propbuf = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, 0); in build_boot_properties()
1595 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties()
2092 do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in bop_idt_init()
2182 bops->bsys_alloc = do_bsys_alloc; in _start()
2225 value = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in _start()
2601 cpu_apicid_array = (uint32_t *)do_bsys_alloc(NULL, NULL, in process_madt()
2989 p = do_bsys_alloc(NULL, NULL, size, MMU_PAGESIZE); in defcons_init()