Home
last modified time | relevance | path

Searched refs:bootargs (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/arch/armv7/armv7/
H A Darmv7_machdep.c858 char bootargs[256]; variable
864 strlcpy(bootargs, args, sizeof(bootargs)); in collect_kernel_args()
870 char *cp = bootargs; in process_kernel_args()
875 boot_file = bootargs; in process_kernel_args()
/openbsd-src/sys/arch/riscv64/riscv64/
H A Dmachdep.c610 len = fdt_node_property(node, "bootargs", &prop); in initriscv()
859 char bootargs[256];
864 /* Make a local copy of the bootargs */ in collect_kernel_args()
865 strlcpy(bootargs, args, sizeof(bootargs)); in collect_kernel_args()
871 char *cp = bootargs; in process_kernel_args()
888 printf("bootargs: %s\n", boot_args); in process_kernel_args()
860 char bootargs[256]; global() variable
/openbsd-src/sys/arch/arm64/arm64/
H A Dmachdep.c864 len = fdt_node_property(node, "bootargs", &prop); in initarm()
1093 char bootargs[256]; in initarm()
1098 /* Make a local copy of the bootargs */ in initarm()
1099 strlcpy(bootargs, args, sizeof(bootargs)); in initarm()
1105 char *cp = bootargs;
1122 printf("bootargs: %s\n", boot_args); in process_kernel_args()
1106 char bootargs[256]; global() variable
/openbsd-src/sys/arch/armv7/stand/efiboot/
H A Defiboot.c541 efi_makebootargs(char *bootargs, int howto) in efi_makebootargs() argument
578 len = strlen(bootargs) + 1; in efi_makebootargs()
579 fdt_node_add_property(node, "bootargs", bootargs, len); in efi_makebootargs()
/openbsd-src/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c501 efi_makebootargs(char *bootargs, int howto) in efi_makebootargs() argument
546 len = strlen(bootargs) + 1; in efi_makebootargs()
547 fdt_node_add_property(node, "bootargs", bootargs, len); in efi_makebootargs()
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A Defiboot.c621 efi_makebootargs(char *bootargs, int howto) in efi_makebootargs()
659 len = strlen(bootargs) + 1; in efi_makebootargs()
660 fdt_node_add_property(node, "bootargs", bootargs, len); in efi_makebootargs()
605 efi_makebootargs(char * bootargs,int howto) efi_makebootargs() argument
/openbsd-src/sys/arch/powerpc64/powerpc64/
H A Dmachdep.c792 parse_bootargs(const char *bootargs) in parse_bootargs() argument
794 const char *cp = bootargs; in parse_bootargs()
/openbsd-src/sys/arch/sparc64/stand/bootblk/
H A Dbootblk.fth630 " bootargs" chosen-phandle get-package-property if
631 ." Could not find bootargs in /chosen" cr