Home | History | Annotate | Download | only in common

Lines Matching refs:try

43 static char	*getbootfile(int try);
44 static int loadakernel(int try, int argc, char* argv[]);
46 /* List of kernel names to try */
149 * we haven't tried already, try now.
158 autoboot(-1, NULL); /* try to boot automatically */
172 /* try to get a delay from the environment */
231 * Scrounge for the name of the (try)'th file we will try to boot.
234 getbootfile(int try)
247 * Try $bootfile, then try our builtin default
252 while ((try > 0) && (spec != NULL)) {
256 try--;
280 * Try to find the /etc/fstab file on the filesystem (rootdev),
349 loadakernel(int try, int argc, char* argv[])
353 for (try = 0; (cp = getbootfile(try)) != NULL; try++)