HomeSort by: relevance | last modified time | path
    Searched defs:howto (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/arch/hppa/stand/common/
machdep.c 41 int howto; variable in typeref:typename:int
  /src/sys/arch/mvme68k/stand/libsa/
parse_args.c 44 int howto = 0, part = 0; local in function:parse_args
75 BOOT_FLAG(c, howto);
78 *flagp = howto;
  /src/sys/arch/mvmeppc/stand/libsa/
parse_args.c 44 int howto = 0, part = 0; local in function:parse_args
75 BOOT_FLAG(c, howto);
78 *flagp = howto;
  /src/sys/arch/landisk/landisk/
kloader_machdep.c 83 int howto; local in function:kloader_landisk_boot
104 /* XXX: howto */
105 howto = 0;
114 : : "r" (howto), "r" (&kbi->bootinfo), "r" (kbi->entry));
  /src/sys/arch/mvme68k/stand/netboot/
boot.c 53 int ask = 0, howto, part, sboot = 0; local in function:main
64 parse_args(&file, &howto, &part);
76 parse_args(&file, &howto, &part);
80 howto |= RB_SBOOT;
81 exec_mvme(file, howto, part);
  /src/sys/arch/luna68k/stand/boot/
boot.c 90 int i, howto; local in function:boot
94 howto = 0;
99 BOOT_FLAG(c, howto);
107 if (howto != 0)
108 printf(" (howto 0x%x)", howto);
111 return bootnetbsd(line, howto);
115 bootnetbsd(char *line, int howto)
145 : "g" (howto), "g" (bootdev),
  /src/sbin/reboot/
reboot.c 74 int ch, howto, lflag, nflag, qflag, sverrno, len; local in function:main
83 howto = RB_HALT;
86 howto = RB_HALT | RB_POWERDOWN;
88 howto = 0;
93 howto |= RB_DUMP;
100 howto |= RB_NOSYNC;
105 howto |= RB_POWERDOWN;
111 howto |= AB_VERBOSE;
114 howto |= AB_DEBUG;
117 howto |= AB_SILENT
    [all...]
  /src/sys/arch/mvmeppc/stand/boot/
boot.c 92 int ask = 0, howto, part; local in function:main
114 parse_args(bbi->bbi_argstart, bbi->bbi_argend, &file, &howto, &part);
132 &file, &howto, &part);
136 bootinfo.bi_boothowto = howto;
149 exec_mvme(file, howto, part);
  /src/sys/arch/bebox/stand/boot/
boot.c 152 int howto = 0, i; local in function:exec_kernel
185 BOOT_FLAG(c, howto);
245 (void *)howto,
  /src/sys/arch/mmeye/stand/boot/
boot.c 196 int howto; local in function:main
201 howto = 0x0;
212 get_bsdbootname(&dev, &kernel, &howto);
234 if (howto)
235 printf(" (howto 0x%x)", howto);
251 bi_howto.bi_howto = howto;
  /src/sys/arch/newsmips/include/
bootinfo.h 58 int howto; member in struct:btinfo_bootarg
  /src/sys/arch/prep/stand/boot/
boot.c 169 int howto = 0; local in function:exec_kernel
203 BOOT_FLAG(c, howto);
214 if (howto)
215 printf(" (howto 0x%x)", howto);
234 (void *)howto,
  /src/sys/arch/evbmips/alchemy/
machdep.c 150 int freqok, howto, i; local in function:mach_init
260 howto = 0;
261 BOOT_FLAG(*cp, howto);
262 if (! howto)
265 boothowto |= howto;
347 cpu_reboot(int howto, char *bootstr)
360 howto |= RB_HALT;
362 boothowto = howto;
428 printf("%s\n\n", ((howto & RB_HALT) != 0) ? "halted." : "rebooting...");
  /src/sys/arch/evbmips/gdium/
machdep.c 205 int howto; local in function:mach_init
330 howto = 0;
331 BOOT_FLAG(*cp, howto);
332 if (! howto)
335 boothowto |= howto;
399 cpu_reboot(int howto, char *bootstr)
406 howto |= RB_HALT;
412 howto |= RB_HALT;
414 boothowto = howto;
415 if ((howto & RB_NOSYNC) == 0 && (waittime < 0))
    [all...]
  /src/sys/arch/evbmips/malta/
machdep.c 239 int howto; local in function:mach_init
244 howto = 0;
245 BOOT_FLAG(*cp, howto);
246 if (! howto)
249 boothowto |= howto;
319 cpu_reboot(int howto, char *bootstr)
326 howto |= RB_HALT;
332 howto |= RB_HALT;
334 boothowto = howto;
335 if ((howto & RB_NOSYNC) == 0 && (waittime < 0))
    [all...]
  /src/sys/stand/efiboot/
efiboot.c 48 int howto = 0; variable in typeref:typename:int
178 if ((howto & AB_SILENT) != 0)
  /src/sys/arch/i386/stand/pxeboot/
main.c 100 bootit(const char *filename, int howto)
102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0)
229 int howto; local in function:command_boot
231 if (parseboot(arg, &filename, &howto))
232 bootit(filename, howto);
  /src/sys/arch/hppa/stand/boot/
boot.c 76 * Boot program... bits in `howto' determine whether boot stops to
114 int howto; variable in typeref:typename:int
148 howto = 0;
149 getbootdev(&howto);
172 exec_hppa(filename, 0, howto);
234 printf("file=%s loadaddr=%lx howto=%x\n",
  /src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c 84 int howto; local in function:bi_getboothowto
89 howto = 0;
98 BOOT_FLAG(*cp, howto);
106 howto |= howto_names[i].mask;
107 return(howto);
  /src/sys/arch/ia64/stand/ia64/ski/
bootinfo.c 81 int howto; local in function:bi_getboothowto
86 howto = 0;
95 BOOT_FLAG(*cp, howto);
103 howto |= howto_names[i].mask;
104 return(howto);
  /src/sys/arch/zaurus/include/
bootinfo.h 62 u_int howto; member in struct:btinfo_howto
  /src/sys/arch/cobalt/stand/boot/
boot.c 420 int addr, speed, howto; local in function:main
427 howto = 0x0;
440 get_bsdbootname(&dev, &kernel, &howto);
463 if (howto)
464 printf(" (howto 0x%x)", howto);
482 bi_howto.bi_howto = howto;
  /src/sys/arch/emips/stand/common/
prom_iface.c 61 int howto = (int)arg; local in function:real_halt
80 for (;howto & RB_HALT;) {
96 halt(int *unused, int howto)
100 switch_stack_and_call((void *)howto,real_halt);
  /src/sys/arch/i386/i386/
multiboot.c 599 /* Check if there are flags and set 'howto' accordingly. */
601 int howto = 0; local in function:setup_howto
605 BOOT_FLAG(*cl, howto);
611 boothowto = howto;
  /src/sys/arch/landisk/stand/boot/
boot2.c 80 void bootit(const char *filename, int howto, int tell);
84 int exec_netbsd(const char *file, int howto);
87 static int parseopts(const char *opts, int *howto);
88 static int parseboot(char *arg, char **filename, int *howto);
194 bootit(const char *filename, int howto, int tell)
199 if (howto)
200 printf(" (howto 0x%x)", howto);
204 if (exec_netbsd(filename, howto) < 0) {
268 exec_netbsd(const char *file, int howto)
367 int howto; local in function:bootcmd_boot
    [all...]

Completed in 18 milliseconds

1 2