Searched refs:askbootfile (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/9/pcboot/ |
| H A D | diskload.c | 328 askbootfile(fat, sizeof fat, &bootfile, 0, ""); in trydiskboot() 341 askbootfile(fat, sizeof fat, &bootfile, Promptsecs, in trydiskboot() 405 askbootfile(kern, sizeof kern, nil, 0, ""); in bootloadproc()
|
| H A D | fns.h | 29 void askbootfile(char *buf, int len, char **bootfp, int secs, char *def);
|
| H A D | pxeload.c | 1131 askbootfile(buf, sizeof buf, &kp->bootfile, Promptsecs, in getkernname() 1134 askbootfile(buf, sizeof buf, &kp->bootfile, 0, ""); in getkernname() 1140 askbootfile(buf, sizeof buf, &kp->bootfile, 0, ""); in getkernname() 1207 askbootfile(buf, sizeof buf, &kp->bootfile, 0, ""); in tftpload()
|
| H A D | conf.c | 143 askbootfile(char *buf, int len, char **bootfp, int secs, char *def) in askbootfile() function
|