HomeSort by: relevance | last modified time | path
    Searched refs:BOOT_ARGS (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/evbarm/conf/
GEMINI 114 # Valid options for BOOT_ARGS:
120 options BOOT_ARGS="\"\""
GEMINI_MASTER 115 # Valid options for BOOT_ARGS:
122 options BOOT_ARGS="\"\""
GEMINI_SLAVE 115 # Valid options for BOOT_ARGS:
122 options BOOT_ARGS="\"\""
BCM5301X 152 # Valid options for BOOT_ARGS:
159 options BOOT_ARGS="\"\""
BCM56340 152 # Valid options for BOOT_ARGS:
159 options BOOT_ARGS="\"\""
  /src/sys/arch/evbarm/netwalker/
netwalker_machdep.c 161 static char bootargs[MAX_BOOT_STRING] = BOOT_ARGS;
162 char *boot_args = NULL; variable
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",
  /src/sys/arch/evbarm/kobo/
kobo_machdep.c 149 char *boot_args = NULL; variable
443 #ifdef BOOT_ARGS
444 char mi_bootargs[] = BOOT_ARGS;
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 122 char *boot_args = NULL; variable
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/evbarm/gemini/
gemini_machdep.c 192 char *boot_args = NULL; variable
582 #ifdef BOOT_ARGS
583 char mi_bootargs[] = BOOT_ARGS;
  /src/sys/arch/riscv/riscv/
riscv_machdep.c 96 char *boot_args = NULL; variable
718 boot_args = fdt_get_bootargs();
736 fdt_update_stdout_path(fdt_data, boot_args);
754 #ifdef BOOT_ARGS
755 char mi_bootargs[] = BOOT_ARGS;
795 VPRINTF("bootargs: %s\n", boot_args);
797 parse_mi_bootargs(boot_args);

Completed in 21 milliseconds