Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h77 native_ptr_t bi_cmdline; member
/onnv-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c730 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()
/onnv-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c920 check_higher(bi->bi_cmdline); in init_mem_alloc()
1175 bi->bi_cmdline = (native_ptr_t)(uintptr_t)cmdline; in startup_kernel()