Home | History | Annotate | Download | only in pxeboot

Lines Matching defs:filename

100 bootit(const char *filename, int howto)
102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0)
201 "boot [filename] [-acdsqv]\n"
205 "multiboot [filename] [<args>]\n"
228 char *filename;
231 if (parseboot(arg, &filename, &howto))
232 bootit(filename, howto);
301 char *filename;
303 filename = arg;
304 if (exec_multiboot(filename, gettrailer(arg)) < 0)
305 printf("multiboot: %s: %s\n", filename,