Searched refs:boot_arg_len (Results 1 – 1 of 1) sorted by relevance
1224 int boot_arg_len; in build_boot_properties() local1286 boot_arg_len = strlen(xbp->bi_cmdline) + 1; in build_boot_properties()1287 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties()1289 boot_arg_len = 0; in build_boot_properties()1393 boot_args[boot_arg_len++] = *name; in build_boot_properties()1394 boot_args[boot_arg_len] = 0; in build_boot_properties()