Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1513 int boot_arg_len; in build_boot_properties() local
1594 boot_arg_len = strlen(xbp->bi_cmdline) + 1; in build_boot_properties()
1595 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties()
1597 boot_arg_len = 0; in build_boot_properties()
1701 boot_args[boot_arg_len++] = *name; in build_boot_properties()
1702 boot_args[boot_arg_len] = 0; in build_boot_properties()