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

  /src/sys/arch/vax/boot/boot/
boot.c 133 int fileindex; local in function:Xmain
134 for (fileindex = 0; filelist[fileindex].name[0] != '\0';
135 fileindex++) {
137 if (!filelist[fileindex].quiet)
138 printf("> boot %s\n", filelist[fileindex].name);
140 fd = loadfile(filelist[fileindex].name, marks,
150 if (!filelist[fileindex].quiet)
152 filelist[fileindex].name, strerror(errno));

Completed in 13 milliseconds