Searched refs:bi_cmdline (Results 1 – 3 of 3) sorted by relevance
77 native_ptr_t bi_cmdline; member
730 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) { in boot_prop_finish()1085 saved_cmdline_len = strlen(xbootp->bi_cmdline) + 1; in build_fastboot_cmdline()1091 bcopy((void *)(xbootp->bi_cmdline), (void *)saved_cmdline, in build_fastboot_cmdline()1194 value = xbootp->bi_cmdline; in build_boot_properties()1199 boot_arg_len = strlen(xbootp->bi_cmdline) + 1; in build_boot_properties()1728 bcons_init((void *)xbootp->bi_cmdline); in _start()1734 if (strstr((char *)xbootp->bi_cmdline, "kbm_debug")) in _start()1738 DBG_MSG((char *)xbootp->bi_cmdline); in _start()1813 if (strstr((char *)xbootp->bi_cmdline, "prom_debug") || kbm_debug) { in _start()
920 check_higher(bi->bi_cmdline); in init_mem_alloc()1175 bi->bi_cmdline = (native_ptr_t)(uintptr_t)cmdline; in startup_kernel()