| /src/sys/arch/landisk/landisk/ |
| consinit.c | 57 * XXX - shouldn't deal with this initted thing, but then, 63 static int initted; local 65 if (initted) 67 initted = 1;
|
| /src/sys/arch/xen/x86/ |
| pvh_consinit.c | 53 static int initted = 0; local 55 if (initted == 0) { 69 initted++; 73 if (initted == 0 && !xendomain_is_dom0()) { 75 initted++; 77 } else if (initted > 1) { 80 initted++; 84 initted++; /* don't init console twice */
|
| consinit.c | 147 * XXX - shouldn't deal with this initted thing, but then, 153 static int initted = 0; local 160 if (initted) { 171 initted = 1; 188 initted = 0; /* defer */
|
| /src/sys/arch/evbppc/virtex/ |
| consinit.c | 72 static int initted = 0; local 74 if (initted) 108 initted = 1;
|
| /src/sys/arch/ibmnws/ibmnws/ |
| consinit.c | 64 static int initted = 0; local 66 if (initted) 68 initted = 1;
|
| /src/sys/arch/ews4800mips/ews4800mips/ |
| cons_machdep.c | 65 static int initted; local 67 if (initted) 72 initted = 1; 96 static int initted; local 98 if (initted) 107 initted = 1;
|
| /src/sys/arch/newsmips/newsmips/ |
| cpu_cons.c | 79 static int initted = 0; local 81 if (initted) 84 initted = 1;
|
| /src/sys/arch/rs6000/rs6000/ |
| consinit.c | 67 static int initted = 0; local 69 if (initted) 71 initted = 1;
|
| /src/sys/arch/cobalt/cobalt/ |
| console.c | 114 static int initted; local 116 if (initted) 118 initted = 1;
|
| /src/sys/arch/emips/emips/ |
| autoconf.c | 154 static int found, initted, netboot; local 166 if (!initted) { 168 initted = 1;
|
| /src/sys/arch/prep/prep/ |
| consinit.c | 86 static int initted = 0; local 91 if (initted) 93 initted = 1;
|
| /src/sys/arch/macppc/macppc/ |
| rbus_machdep.c | 132 static int initted = 0; local 134 if (initted) 136 initted = 1;
|
| /src/sys/arch/shark/shark/ |
| consinit.c | 106 static int initted; local 108 if (initted) 110 initted = 1;
|
| /src/sys/arch/arc/arc/ |
| autoconf.c | 258 static int found = 0, initted = 0, scsiboot = 0; local 266 if (!initted) { 269 initted = 1;
|
| machdep.c | 472 static int initted; local 474 if (initted) 476 initted = 1;
|
| /src/sys/arch/dreamcast/dreamcast/ |
| machdep.c | 165 static int initted; local 167 if (initted) 169 initted = 1;
|
| /src/sys/arch/pmax/pmax/ |
| autoconf.c | 163 static int found, initted, scsiboot, netboot; local 170 if (!initted) { 174 initted = 1;
|
| /src/sys/arch/powerpc/oea/ |
| ofw_consinit.c | 407 static int initted = 0; local 409 if (initted) 412 initted = 1;
|
| /src/sys/arch/sgimips/sgimips/ |
| autoconf.c | 180 static int found, initted, scsiboot, netboot; local 231 if (!initted && booted_protocol) { 234 initted = 1;
|
| /src/sys/arch/x86/x86/ |
| consinit.c | 165 * XXX - shouldn't deal with this initted thing, but then, 175 static int initted; local 195 if (initted) 197 initted = 1; 230 initted = 0; /* defer */
|
| /src/sys/arch/bebox/bebox/ |
| machdep.c | 224 static int initted; local 226 if (initted) 228 initted = 1;
|
| /src/sys/arch/evbppc/pmppc/ |
| machdep.c | 285 static int initted; local 290 if (initted) 292 initted = 1;
|
| /src/sys/arch/mvmeppc/mvmeppc/ |
| machdep.c | 198 static int initted = 0; local 200 if (initted) 202 initted = 1;
|
| /src/sys/arch/evbsh3/evbsh3/ |
| machdep.c | 332 * XXX - shouldn't deal with this initted thing, but then, 338 static int initted; local 340 if (initted) 342 initted = 1;
|
| /src/sys/arch/sandpoint/sandpoint/ |
| machdep.c | 320 static int initted; local 322 if (initted) 324 initted = 1;
|