HomeSort by: relevance | last modified time | path
    Searched defs:howtoboot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/emips/emips/
machdep.c 145 int i, howtoboot; local in function:mach_init
172 howtoboot = 0;
174 howtoboot |= RB_KDB;
182 howtoboot |= RB_NOSYMBOLS;
186 howtoboot |= RB_ASKNAME;
190 howtoboot &= ~RB_ASKNAME;
194 BOOT_FLAG(*cp, howtoboot); /* see sys/boot_flag.h */
205 if ((bi_syms != NULL) && (!(howtoboot & RB_NOSYMBOLS))) {
246 boothowto = howtoboot & ~RB_NOSYMBOLS;
machdep.c 145 int i, howtoboot; local in function:mach_init
172 howtoboot = 0;
174 howtoboot |= RB_KDB;
182 howtoboot |= RB_NOSYMBOLS;
186 howtoboot |= RB_ASKNAME;
190 howtoboot &= ~RB_ASKNAME;
194 BOOT_FLAG(*cp, howtoboot); /* see sys/boot_flag.h */
205 if ((bi_syms != NULL) && (!(howtoboot & RB_NOSYMBOLS))) {
246 boothowto = howtoboot & ~RB_NOSYMBOLS;
machdep.c 145 int i, howtoboot; local in function:mach_init
172 howtoboot = 0;
174 howtoboot |= RB_KDB;
182 howtoboot |= RB_NOSYMBOLS;
186 howtoboot |= RB_ASKNAME;
190 howtoboot &= ~RB_ASKNAME;
194 BOOT_FLAG(*cp, howtoboot); /* see sys/boot_flag.h */
205 if ((bi_syms != NULL) && (!(howtoboot & RB_NOSYMBOLS))) {
246 boothowto = howtoboot & ~RB_NOSYMBOLS;
machdep.c 145 int i, howtoboot; local in function:mach_init
172 howtoboot = 0;
174 howtoboot |= RB_KDB;
182 howtoboot |= RB_NOSYMBOLS;
186 howtoboot |= RB_ASKNAME;
190 howtoboot &= ~RB_ASKNAME;
194 BOOT_FLAG(*cp, howtoboot); /* see sys/boot_flag.h */
205 if ((bi_syms != NULL) && (!(howtoboot & RB_NOSYMBOLS))) {
246 boothowto = howtoboot & ~RB_NOSYMBOLS;

Completed in 45 milliseconds