| /netbsd-src/distrib/utils/embedded/files/ |
| H A D | armv7_boot_nonefi.cmd | 4 setenv bootargs root=wd0a 8 setenv bootargs 'root=wd0a' 14 setenv bootargs 'root=wd0a' 20 setenv bootargs 'root=wd0a' 26 setenv bootargs root=wd0a 32 setenv bootargs root=wd0a 51 bootm ${kernel_addr_r} ${bootargs}
|
| /netbsd-src/sys/arch/evbarm/gumstix/ |
| H A D | gumstix_machdep.c | 203 static char bootargs[MAX_BOOT_STRING]; variable 204 const size_t bootargs_len = sizeof(bootargs) - 1; /* without nul */ 552 *(bootargs + j) = '\0'; in process_kernel_args() 556 *(bootargs + j++) = ' '; in process_kernel_args() 557 strncpy(bootargs + j, argv[i], bootargs_len - j); in process_kernel_args() 558 bootargs[bootargs_len] = '\0'; in process_kernel_args() 561 boot_args = bootargs; in process_kernel_args() 577 strncpy(bootargs, args, sizeof(bootargs)); in process_kernel_args_liner() 583 if ((p = strstr(bootargs, expansion_name))) in process_kernel_args_liner() 586 else if ((p = strstr(bootargs, busheader_name))) in process_kernel_args_liner() [all …]
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/exe/ |
| H A D | e32boot.cpp | 134 struct btinfo_bootargs *bootargs; in E32BootL() local 164 bootargs = in E32BootL() 174 n = sizeof(bootargs->bootargs); in E32BootL() 177 Mem::Copy(bootargs->bootargs, &(*netbsd->GetArgs())[0], in E32BootL() 179 bootargs->bootargs[n < m ? n - 1 : m] = '\0'; in E32BootL() 332 struct btinfo_bootargs *bootargs; in CreateBootInfo() local 390 bootargs = (struct btinfo_bootargs *)common; in CreateBootInfo() 391 bootargs->bootargs[0] = '\0'; in CreateBootInfo() 392 common = &(bootargs + 1)->common; in CreateBootInfo()
|
| /netbsd-src/sys/arch/sparc/stand/ofwboot/ |
| H A D | promlib.c | 94 static char bootargs[PROM_MAX_PATH * 2]; in openfirmware_bootargs() local 96 if (_prom_getprop(openfirmware_chosen(), "bootargs", bootargs, in openfirmware_bootargs() 97 sizeof(bootargs)) < 0) { in openfirmware_bootargs() 101 return bootargs; in openfirmware_bootargs()
|
| /netbsd-src/sys/arch/epoc32/epoc32/ |
| H A D | machdep.c | 87 static char bootargs[256]; variable 214 memcpy(bootargs, args->bootargs, in initarm() 215 uimin(sizeof(bootargs), sizeof(args->bootargs))); in initarm() 216 bootargs[sizeof(bootargs) - 1] = '\0'; in initarm() 217 boot_args = bootargs; in initarm()
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | main.c | 50 } bootargs[] = { variable 281 for (i = 0; i < sizeof(bootargs) / sizeof(bootargs[0]); i++) { in main() 282 if (strncasecmp(argv[n], bootargs[i].name, in main() 283 strlen(bootargs[i].name)) == 0) { in main() 284 howto |= bootargs[i].value; in main() 288 if (i >= sizeof(bootargs) / sizeof(bootargs[0])) in main()
|
| /netbsd-src/sys/arch/zaurus/stand/zbsdmod/ |
| H A D | zbsdmod.c | 96 static char bootargs[BOOTARGS_BUFSIZ]; variable 165 ((char *)minv - BOOTARGS_BUFSIZ)[sz] = bootargs[sz]; in elf32bsdboot() 394 *(u_int *)bootargs = BOOTARGS_MAGIC; in zbsdmod_close() 395 memcpy(bootargs + sizeof(u_int), bsdimage, position); in zbsdmod_close()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | boot.c | 208 char *bootargs = gettrailer(arg); in command_boot() local 213 if (!*bootargs) in command_boot() 214 bootargs = netbsd_args; in command_boot() 217 exec_netbsd(kernel, bootargs); in command_boot()
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | fdt_boot.c | 91 static char bootargs[FDT_MAX_BOOT_STRING] = ""; variable 199 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs)); in fdt_get_bootargs() 200 return bootargs; in fdt_get_bootargs()
|
| /netbsd-src/sys/arch/cats/cats/ |
| H A D | cats_machdep.c | 121 static char bootargs[MAX_BOOT_STRING + 1]; variable 493 /* Make a local copy of the bootargs */ in process_kernel_args() 494 strncpy(bootargs, loader_args, MAX_BOOT_STRING); in process_kernel_args() 496 args = bootargs; in process_kernel_args() 497 boot_file = bootargs; in process_kernel_args() 512 printf("bootargs: %s\n", boot_args); in process_kernel_args()
|
| /netbsd-src/sys/arch/evbarm/marvell/ |
| H A D | marvell_machdep.c | 97 static char bootargs[MAX_BOOT_STRING]; variable 448 strncpy(bootargs, (char *)u_boot_args[3], sizeof(bootargs)); in initarm() 490 boot_args = bootargs; in initarm()
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | bad-chosen.dts | 6 bootargs = <0xdeadbeef>;
|
| /netbsd-src/sys/arch/evbarm/imx31/ |
| H A D | imx31lk_machdep.c | 728 strncpy(bootargs, args, MAX_BOOT_STRING); 730 args = bootargs; 731 boot_file = bootargs;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ralink/ |
| H A D | vocore2.dts | 15 bootargs = "console=ttyS2,115200";
|
| H A D | omega2p.dts | 15 bootargs = "console=ttyS0,115200";
|
| H A D | rt3883_eval.dts | 16 bootargs = "console=ttyS0,57600";
|
| H A D | mt7620a_eval.dts | 16 bootargs = "console=ttyS0,57600";
|
| /netbsd-src/sys/arch/netwinder/netwinder/ |
| H A D | netwinder_machdep.c | 120 static char bootargs[MAX_BOOT_STRING + 1]; variable 850 strncpy(bootargs, args, MAX_BOOT_STRING); in process_kernel_args() 852 args = bootargs; in process_kernel_args() 853 boot_file = bootargs; in process_kernel_args()
|
| /netbsd-src/sys/arch/epoc32/include/ |
| H A D | bootinfo.h | 67 char bootargs[256]; member
|
| /netbsd-src/sys/arch/evbarm/bcm53xx/ |
| H A D | bcm53xx_machdep.c | 85 static char bootargs[MAX_BOOT_STRING]; variable 317 bootargs[0] = '\0'; in initarm()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/ |
| H A D | bcm93384wvg.dts | 11 bootargs = "console=ttyS0,115200";
|
| H A D | bcm3368-netgear-cvg834g.dts | 16 bootargs = "console=ttyS0,115200";
|
| H A D | bcm9ejtagprb.dts | 16 bootargs = "console=ttyS0,115200";
|
| /netbsd-src/sys/arch/evbarm/g42xxeb/ |
| H A D | g42xxeb_machdep.c | 874 strncpy(bootargs, args, MAX_BOOT_STRING); 876 args = bootargs; 877 boot_file = bootargs;
|
| /netbsd-src/sys/arch/evbarm/viper/ |
| H A D | viper_machdep.c | 784 strncpy(bootargs, args, MAX_BOOT_STRING); 786 args = bootargs; 787 boot_file = bootargs;
|