Searched refs:initted (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dconsinit.c57 * XXX - shouldn't deal with this initted thing, but then,
63 static int initted; local
65 if (initted)
67 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dcpu_cons.c80 static int initted = 0; local
82 if (initted)
85 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/ibmnws/
H A Dconsinit.c64 static int initted = 0; local
66 if (initted)
68 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/
H A Dconsinit.c73 static int initted = 0; local
75 if (initted)
109 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Dcons_machdep.c65 static int initted; local
67 if (initted)
72 initted = 1;
96 static int initted; local
98 if (initted)
107 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/rs6000/
H A Dconsinit.c67 static int initted = 0; local
69 if (initted)
71 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dconsole.c73 static int initted; local
75 if (initted)
77 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/
H A Dconsinit.c98 * XXX - shouldn't deal with this initted thing, but then,
104 static int initted = 0; local
109 if (initted)
111 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dconsinit.c86 static int initted = 0; local
91 if (initted)
93 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dautoconf.c154 static int found, initted, netboot; local
166 if (!initted) {
168 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dconsinit.c140 * XXX - shouldn't deal with this initted thing, but then,
146 static int initted = 0; local
149 if (initted) {
152 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Dconsinit.c107 static int initted; local
109 if (initted)
111 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Drbus_machdep.c117 static int initted = 0; local
119 if (initted)
121 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dconsinit.c138 * XXX - shouldn't deal with this initted thing, but then,
146 static int initted; local
148 if (initted)
150 initted = 1;
165 initted = 0; /* defer */
/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dautoconf.c163 static int found, initted, scsiboot, netboot; local
170 if (!initted) {
174 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dautoconf.c181 static int found, initted, scsiboot, netboot; local
232 if (!initted && booted_protocol) {
235 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c164 static int initted; local
166 if (initted)
168 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dautoconf.c272 static int found = 0, initted = 0, scsiboot = 0; local
280 if (!initted) {
283 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_2000_300.c201 static int found, initted, scsiboot, netboot; local
209 if (!initted) {
215 initted = 1;
H A Ddec_3000_300.c148 static int found, initted, scsiboot, netboot; local
157 if (!initted) {
164 initted = 1;
H A Ddec_3000_500.c168 static int found, initted, scsiboot, netboot; local
177 if (!initted) {
184 initted = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dtrace.c196 static int initted = 0; local
202 if (!initted)
207 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/mvmeppc/
H A Dmachdep.c198 static int initted = 0; local
200 if (initted)
202 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dofw_consinit.c435 static int initted = 0; local
437 if (initted)
440 initted = 1;
/netbsd-6-1-5-RELEASE/sys/arch/bebox/bebox/
H A Dmachdep.c219 static int initted; local
221 if (initted)
223 initted = 1;

Completed in 296 milliseconds

12