Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dboot.c87 static char netbsd_path[255]; variable
551 if (strlen(arg) + 1 > sizeof(netbsd_path)) in set_bootfile()
553 strcpy(netbsd_path, arg); in set_bootfile()
589 if (netbsd_path[0] != '\0') in boot()
597 printf("booting %s%s%s - starting in ", netbsd_path, in boot()
605 exec_netbsd(netbsd_path, netbsd_args); in boot()