| /src/sys/arch/hppa/stand/common/ |
| machdep.c | 41 int howto; variable
|
| exec_hppa.c | 48 machdep_exec(struct x_param *xp, int howto, void *loadaddr) 80 (*(startfuncp)(xp->xp_entry)) ((int)pdc, howto, bootdev, xp->xp_end, local
|
| /src/sys/arch/mvme68k/stand/libsa/ |
| parse_args.c | 44 int howto = 0, part = 0; local 75 BOOT_FLAG(c, howto); 78 *flagp = howto;
|
| /src/sys/arch/mvmeppc/stand/libsa/ |
| parse_args.c | 44 int howto = 0, part = 0; local 75 BOOT_FLAG(c, howto); 78 *flagp = howto;
|
| /src/sys/arch/landisk/landisk/ |
| kloader_machdep.c | 83 int howto; local 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 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 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 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/evbmips/malta/ |
| machdep.c | 239 int howto; local 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/arch/mvmeppc/stand/boot/ |
| boot.c | 92 int ask = 0, howto, part; local 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 185 BOOT_FLAG(c, howto); 245 (void *)howto,
|
| /src/sys/arch/evbmips/alchemy/ |
| machdep.c | 150 int freqok, howto, i; local 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 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/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 231 if (parseboot(arg, &filename, &howto)) 232 bootit(filename, howto);
|
| /src/sys/arch/mmeye/stand/boot/ |
| boot.c | 196 int howto; local 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 203 BOOT_FLAG(c, howto); 214 if (howto) 215 printf(" (howto 0x%x)", howto); 234 (void *)howto,
|
| /src/sys/stand/efiboot/ |
| efiboot.c | 48 int howto = 0; variable 178 if ((howto & AB_SILENT) != 0)
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.c | 254 reloc_howto_type *howto; local 274 howto = bfd_reloc_type_lookup (link_info.output_bfd, p->reloc); 275 if (howto == NULL) 289 howto = bfd_reloc_type_lookup (p->elements->section->owner, 291 if (howto == NULL) 308 reloc_size = bfd_get_reloc_size (howto); 315 if (howto->complain_on_overflow == complain_overflow_signed) 322 bfd_get_reloc_size (howto), p->h->root.string); 369 lang_add_reloc (p->reloc, howto, e->section, e->name,
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.c | 254 reloc_howto_type *howto; local 274 howto = bfd_reloc_type_lookup (link_info.output_bfd, p->reloc); 275 if (howto == NULL) 289 howto = bfd_reloc_type_lookup (p->elements->section->owner, 291 if (howto == NULL) 308 reloc_size = bfd_get_reloc_size (howto); 315 if (howto->complain_on_overflow == complain_overflow_signed) 322 bfd_get_reloc_size (howto), p->h->root.string); 369 lang_add_reloc (p->reloc, howto, e->section, e->name,
|
| /src/sys/arch/hppa/stand/boot/ |
| boot.c | 76 * Boot program... bits in `howto' determine whether boot stops to 114 int howto; variable 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 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 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/external/gpl3/binutils/dist/bfd/ |
| coff-z80.c | 35 reloc_howto_type howto; member in struct:__anon9642 39 #define BFD_HOWTO(rt,a,b,c,d,e,f,g,h,i,j,k,l,m) {rt, HOWTO(a,b,c,d,e,f,g,h,i,j,k,l,m)} 256 /* Code to turn a r_type into a howto ptr, uses the above howto table. */ 263 if (howto_table[i].howto.type == dst->r_type) 265 internal->howto = &howto_table[i].howto; 269 internal->howto = NULL; 281 return &howto_table[i].howto; 293 if (strcasecmp(howto_table[i].howto.name, r_name) == 0 [all...] |