Home
last modified time | relevance | path

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

/plan9/sys/src/9/pcboot/
H A Ddiskload.c328 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 Dfns.h29 void askbootfile(char *buf, int len, char **bootfp, int secs, char *def);
H A Dpxeload.c1131 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 Dconf.c143 askbootfile(char *buf, int len, char **bootfp, int secs, char *def) in askbootfile() function