Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dboot.c88 static char netbsd_args[255]; variable
214 bootargs = netbsd_args; in command_boot()
560 if (strlen(arg) + 1 > sizeof(netbsd_args)) in set_bootargs()
562 strcpy(netbsd_args, arg); in set_bootargs()
598 netbsd_args[0] != '\0' ? " " : "", netbsd_args); in boot()
605 exec_netbsd(netbsd_path, netbsd_args); in boot()