Lines Matching refs:howto
86 static int exec_netbsd(const char *file, int howto);
251 bootit(const char *filename, int howto, int tell)
256 if (howto)
257 printf(" (howto 0x%x)", howto);
261 if (exec_netbsd(filename, howto) < 0) {
270 exec_netbsd(const char *file, int howto)
276 bi_howto.howto = howto;
295 static int parseopts(const char *opts, int *howto);
296 static int parseboot(char *arg, char **filename, int *howto);
340 int howto;
342 if (parseboot(arg, &filename, &howto)) {
343 bootit(filename, howto, 1);
455 parseopts(const char *opts, int *howto)
472 *howto = tmpopt;
477 parseboot(char *arg, char **filename, int *howto)
482 *howto = 0;
512 if (parseopts(opts, howto) == 0) {