HomeSort by: relevance | last modified time | path
    Searched refs:bootargs (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/arch/epoc32/include/
bootinfo.h 67 char bootargs[256]; member in struct:btinfo_bootargs
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/arm/
mps2-an385.dts 58 bootargs = "earlycon";
mps2-an399.dts 58 bootargs = "earlycon";
  /src/sys/arch/sparc/stand/ofwboot/
promlib.c 94 static char bootargs[PROM_MAX_PATH * 2]; local
96 if (_prom_getprop(openfirmware_chosen(), "bootargs", bootargs,
97 sizeof(bootargs)) < 0) {
101 return bootargs;
  /src/sys/arch/news68k/stand/bootxx/
start.S 47 movl %d7,%sp@- | %d7: bootargs
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm23550-sparrow.dts 45 bootargs = "console=ttyS0,115200n8";
bcm53340-ubnt-unifi-switch8.dts 19 bootargs = "console=ttyS1,115200 earlyprintk";
bcm947189acdbmr.dts 17 bootargs = "console=ttyS0,115200 earlycon";
bcm4708-netgear-r6250.dts 20 bootargs = "console=ttyS0,115200 earlycon";
bcm4709-netgear-r8000.dts 30 bootargs = "console=ttyS0,115200";
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 134 struct btinfo_bootargs *bootargs; local
164 bootargs =
174 n = sizeof(bootargs->bootargs);
177 Mem::Copy(bootargs->bootargs, &(*netbsd->GetArgs())[0],
179 bootargs->bootargs[n < m ? n - 1 : m] = '\0';
332 struct btinfo_bootargs *bootargs; local
390 bootargs = (struct btinfo_bootargs *)common
    [all...]
  /src/sys/arch/evbarm/gumstix/
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';
556 *(bootargs + j++) = ' ';
557 strncpy(bootargs + j, argv[i], bootargs_len - j);
558 bootargs[bootargs_len] = '\0';
561 boot_args = bootargs;
577 strncpy(bootargs, args, sizeof(bootargs));
583 if ((p = strstr(bootargs, expansion_name))
    [all...]
  /src/sys/arch/epoc32/epoc32/
machdep.c 87 static char bootargs[256]; variable
214 memcpy(bootargs, args->bootargs,
215 uimin(sizeof(bootargs), sizeof(args->bootargs)));
216 bootargs[sizeof(bootargs) - 1] = '\0';
217 boot_args = bootargs;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32h743i-disco.dts 52 bootargs = "root=/dev/ram";
stm32h743i-eval.dts 52 bootargs = "root=/dev/ram";
  /src/sys/arch/sandpoint/stand/altboot/
main.c 50 } bootargs[] = { variable in typeref:struct:bootarg
211 /* parse standard Linux bootargs */
281 for (i = 0; i < sizeof(bootargs) / sizeof(bootargs[0]); i++) {
282 if (strncasecmp(argv[n], bootargs[i].name,
283 strlen(bootargs[i].name)) == 0) {
284 howto |= bootargs[i].value;
288 if (i >= sizeof(bootargs) / sizeof(bootargs[0]))
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/
orion5x-linkstation.dtsi 50 bootargs = "console=ttyS0,115200n8 earlyprintk";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-xmc.dts 47 bootargs = "earlycon=uart8250,mmio32,0x66130000";
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 96 static char bootargs[BOOTARGS_BUFSIZ]; variable
165 ((char *)minv - BOOTARGS_BUFSIZ)[sz] = bootargs[sz];
394 *(u_int *)bootargs = BOOTARGS_MAGIC;
395 memcpy(bootargs + sizeof(u_int), bsdimage, position);
  /src/sys/dev/fdt/
fdt_boot.c 91 static char bootargs[FDT_MAX_BOOT_STRING] = ""; variable
199 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs));
200 return bootargs;
  /src/sys/stand/efiboot/
boot.c 208 char *bootargs = gettrailer(arg); local
213 if (!*bootargs)
214 bootargs = netbsd_args;
217 exec_netbsd(kernel, bootargs);
  /src/sys/arch/cats/cats/
cats_machdep.c 121 static char bootargs[MAX_BOOT_STRING + 1]; variable
493 /* Make a local copy of the bootargs */
494 strncpy(bootargs, loader_args, MAX_BOOT_STRING);
496 args = bootargs;
497 boot_file = bootargs;
512 printf("bootargs: %s\n", boot_args);
  /src/distrib/utils/embedded/conf/
armv7.conf 115 setenv bootargs "awge0.mac-address=\${ethaddr}"
  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 85 static char bootargs[MAX_BOOT_STRING]; variable
317 bootargs[0] = '\0';
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/
lpc4337-ciaa.dts 29 bootargs = "console=ttyS0,115200 earlyprintk";

Completed in 26 milliseconds

1 2