/src/sys/arch/arm/include/ |
bootconfig.h | 63 extern char *boot_args;
|
/src/sys/arch/evbarm/stand/bootimx23/ |
args_prep.c | 98 char *boot_args = (char *)BOOTIMX23_ARGS; local in function:args_prep 101 memset((void *)boot_args, 0x00, MAX_BOOT_STRING); 102 strcpy(boot_args, KERNEL_BOOT_ARGS); 126 memset((void *)boot_args, 0x00, MAX_BOOT_STRING); 128 ngets(boot_args, MAX_BOOT_STRING);
|
/src/sys/arch/arm/nvidia/ |
tegra_platform.c | 156 match_bootconf_option(boot_args, "console", "fb")) { 164 const char *video = get_bootconf_string(boot_args, "video"); 167 if (match_bootconf_option(boot_args, "hdmi.forcemode", "dvi")) 175 const char *config = get_bootconf_string(boot_args, 179 const char *debug = get_bootconf_string(boot_args,
|
/src/sys/arch/arm/ofw/ |
ofwgencfg_machdep.c | 101 char *boot_args = NULL; variable in typeref:typename:char * 168 ofw_getbootinfo(&boot_file, &boot_args); 215 * Set various globals based on contents of boot_args 217 * Note that this routine must NOT trash boot_args, as 227 parse_mi_bootargs(boot_args);
|
/src/sys/arch/acorn32/acorn32/ |
autoconf.c | 120 if (boot_args && 121 get_bootconf_option(boot_args, "root", BOOTOPT_TYPE_STRING, &ptr))
|
rpc_machdep.c | 118 char *boot_args = NULL; /* holds the pre-processed boot arguments */ variable in typeref:typename:char * 1043 boot_args = args; 1044 parse_mi_bootargs(boot_args); 1045 parse_rpc_bootargs(boot_args);
|
/src/sys/arch/shark/shark/ |
autoconf.c | 135 if (boot_args && 136 get_bootconf_option(boot_args, "root", BOOTOPT_TYPE_STRING, &ptr))
|
shark_machdep.c | 123 char *boot_args = NULL; variable in typeref:typename:char * 245 ofw_getbootinfo(&boot_file, &boot_args); 318 * Set various globals based on contents of boot_args 320 * Note that this routine must NOT trash boot_args, as 335 parse_mi_bootargs(boot_args);
|
/src/sys/arch/cats/cats/ |
autoconf.c | 109 if (boot_args && 110 get_bootconf_option(boot_args, "root", BOOTOPT_TYPE_STRING, &ptr))
|
cats_machdep.c | 122 char *boot_args = NULL; variable in typeref:typename:char * 509 boot_args = args; 512 printf("bootargs: %s\n", boot_args); 514 parse_mi_bootargs(boot_args); 528 get_bootconf_option(boot_args, "console", BOOTOPT_TYPE_STRING,
|
/src/sys/arch/evbarm/imx23_olinuxino/ |
imx23_olinuxino_machdep.c | 113 char *boot_args; variable in typeref:typename:char * 158 boot_args = (char *)KERN_PHYSTOV(BOOTIMX23_ARGS); 159 memcpy(kernel_boot_args, boot_args, MAX_BOOT_STRING); 160 #ifdef BOOT_ARGS 161 strcpy(kernel_boot_args, BOOT_ARGS); 163 boot_args = kernel_boot_args; 165 printf("boot_args @ %lx: '%s'\n", KERN_PHYSTOV(BOOTIMX23_ARGS), 166 boot_args); 168 parse_mi_bootargs(boot_args);
|
/src/sys/arch/evbarm/evbarm/ |
autoconf.c | 111 if (boot_args == NULL) 114 if (!get_bootconf_option(boot_args, "root", BOOTOPT_TYPE_STRING, &ptr))
|
/src/sys/arch/arm/amlogic/ |
meson_platform.c | 189 if (get_bootconf_option(boot_args, "awge0.mac-address", 199 if (get_bootconf_option(boot_args, "fb.scale", 203 if (get_bootconf_option(boot_args, "fb.depth", 243 const bool has_rootdev = get_bootconf_option(boot_args, "root", BOOTOPT_TYPE_STRING, &ptr) != 0; 251 strcat(boot_args, rootarg); 253 strcat(boot_args, rootarg); 277 if (match_bootconf_option(boot_args, "console", "fb")) { 288 } else if (match_bootconf_option(boot_args, "console", "serial")) {
|
/src/sys/arch/evbarm/armadaxp/ |
armadaxp_machdep.c | 115 char *boot_args = NULL; variable in typeref:typename:char * 386 boot_args = (char *)(uboot_regs_va[3] + KERNEL_BASE); 387 strlcpy(boot_argbuf, (char *)boot_args, sizeof(boot_argbuf)); 388 boot_args = boot_argbuf; 389 parse_mi_bootargs(boot_args); 606 if (get_bootconf_option(boot_args, optname, 631 if (get_bootconf_option(boot_args, optname,
|
/src/sys/arch/acorn32/podulebus/ |
asc.c | 234 (void)get_bootconf_option(boot_args, "asc.hostid", 240 if (boot_args) 241 get_bootconf_option(boot_args, "ascpoll", BOOTOPT_TYPE_BOOLEAN,
|
/src/sys/arch/evbarm/gumstix/ |
gumstix_machdep.c | 205 char *boot_args = NULL; variable in typeref:typename:char * 561 boot_args = bootargs; 563 parse_mi_bootargs(boot_args); 622 boot_args = bootargs; 624 parse_mi_bootargs(boot_args);
|
/src/sys/arch/evbarm/fdt/ |
fdt_machdep.c | 122 char *boot_args = NULL; variable in typeref:typename:char * 287 boot_args = fdt_get_bootargs(); 311 fdt_update_stdout_path(fdt_data, boot_args); 345 #ifdef BOOT_ARGS 346 char mi_bootargs[] = BOOT_ARGS; 385 VPRINTF("bootargs: %s\n", boot_args); 387 parse_mi_bootargs(boot_args);
|
/src/sys/arch/epoc32/epoc32/ |
machdep.c | 88 char *boot_args = NULL; variable in typeref:typename:char * 217 boot_args = bootargs; 231 if (boot_args != NULL) 232 parse_mi_bootargs(boot_args);
|
/src/sys/arch/evbarm/imx31/ |
imx31lk_machdep.c | 171 char *boot_args = NULL; variable in typeref:typename:char * 743 boot_args = args; 746 printf("bootargs: %s\n", boot_args); 748 parse_mi_bootargs(boot_args);
|
/src/sys/arch/evbarm/viper/ |
viper_machdep.c | 175 char *boot_args = NULL; variable in typeref:typename:char * 799 boot_args = args; 802 printf("bootargs: %s\n", boot_args); 804 parse_mi_bootargs(boot_args);
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_machdep.c | 167 char *boot_args = NULL; variable in typeref:typename:char * 889 boot_args = args; 892 printf("bootargs: %s\n", boot_args); 894 parse_mi_bootargs(boot_args);
|
/src/sys/arch/arm/sunxi/ |
sunxi_platform.c | 233 if (get_bootconf_option(boot_args, "nomodeset", BOOTOPT_TYPE_BOOLEAN, &val)) 239 if (get_bootconf_option(boot_args, "nomodeset", BOOTOPT_TYPE_BOOLEAN, &val)) 282 if (match_bootconf_option(boot_args, "console", "fb")) { 293 } else if (match_bootconf_option(boot_args, "console", "serial")) {
|
/src/sys/arch/arm/rockchip/ |
rk_platform.c | 88 if (match_bootconf_option(boot_args, "console", "fb")) { 99 } else if (match_bootconf_option(boot_args, "console", "serial")) {
|
/src/sys/arch/arm/xilinx/ |
zynq_platform.c | 229 if (match_bootconf_option(boot_args, "console", "fb")) { 240 } else if (match_bootconf_option(boot_args, "console", "serial")) {
|
/src/sys/arch/evbarm/netwalker/ |
netwalker_machdep.c | 161 static char bootargs[MAX_BOOT_STRING] = BOOT_ARGS; 162 char *boot_args = NULL; variable in typeref:typename:char * 272 #ifdef BOOT_ARGS 273 char mi_bootargs[] = BOOT_ARGS; 338 boot_args = bootargs; 339 parse_mi_bootargs(boot_args); 340 printf("boot_args : %s\n", boot_args); 686 if (get_bootconf_option(boot_args, "console",
|