/src/sys/arch/hppa/stand/common/ |
machdep.c | 41 int howto; variable in typeref:typename:int
|
machdep.c | 41 int howto; variable in typeref:typename:int
|
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;
|
parse_args.c | 44 int howto = 0, part = 0; local in function:parse_args 75 BOOT_FLAG(c, howto); 78 *flagp = howto;
|
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;
|
parse_args.c | 44 int howto = 0, part = 0; local in function:parse_args 75 BOOT_FLAG(c, howto); 78 *flagp = howto;
|
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));
|
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));
|
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);
|
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);
|
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),
|
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),
|
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...] |
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...] |
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);
|
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);
|
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,
|