Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c1227 int boot_arg_len; in build_boot_properties() local
1299 boot_arg_len = strlen(xbp->bi_cmdline) + 1; in build_boot_properties()
1300 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties()
1302 boot_arg_len = 0; in build_boot_properties()
1406 boot_args[boot_arg_len++] = *name; in build_boot_properties()
1407 boot_args[boot_arg_len] = 0; in build_boot_properties()