HomeSort by: relevance | last modified time | path
    Searched defs:netbsd_path (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 95 milliseconds