HomeSort by: relevance | last modified time | path
    Searched defs:initted (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/arch/ibmnws/ibmnws/
consinit.c 64 static int initted = 0; local in function:consinit
66 if (initted)
68 initted = 1;
  /src/sys/arch/landisk/landisk/
consinit.c 57 * XXX - shouldn't deal with this initted thing, but then,
63 static int initted; local in function:consinit
65 if (initted)
67 initted = 1;
  /src/sys/arch/xen/x86/
pvh_consinit.c 53 static int initted = 0; local in function:xen_pvh_consinit
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 in function:consinit
160 if (initted) {
171 initted = 1;
188 initted = 0; /* defer */
  /src/sys/arch/prep/prep/
consinit.c 86 static int initted = 0; local in function:consinit
91 if (initted)
93 initted = 1;
  /src/sys/arch/cobalt/cobalt/
console.c 114 static int initted; local in function:consinit
116 if (initted)
118 initted = 1;
  /src/sys/arch/evbppc/virtex/
consinit.c 72 static int initted = 0; local in function:consinit
74 if (initted)
108 initted = 1;
  /src/sys/arch/rs6000/rs6000/
consinit.c 67 static int initted = 0; local in function:consinit
69 if (initted)
71 initted = 1;
  /src/sys/arch/shark/shark/
consinit.c 106 static int initted; local in function:consinit
108 if (initted)
110 initted = 1;
  /src/sys/arch/emips/emips/
autoconf.c 154 static int found, initted, netboot; local in function:device_register
166 if (!initted) {
168 initted = 1;
  /src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.c 65 static int initted; local in function:consinit
67 if (initted)
72 initted = 1;
96 static int initted; local in function:rom_cninit
98 if (initted)
107 initted = 1;
  /src/sys/arch/newsmips/newsmips/
cpu_cons.c 79 static int initted = 0; local in function:consinit
81 if (initted)
84 initted = 1;
  /src/sys/arch/dreamcast/dreamcast/
machdep.c 165 static int initted; local in function:consinit
167 if (initted)
169 initted = 1;
  /src/sys/arch/macppc/macppc/
rbus_machdep.c 132 static int initted = 0; local in function:macppc_cardbus_init
134 if (initted)
136 initted = 1;
  /src/sys/arch/pmax/pmax/
autoconf.c 163 static int found, initted, scsiboot, netboot; local in function:device_register
170 if (!initted) {
174 initted = 1;
  /src/sys/arch/sgimips/sgimips/
autoconf.c 180 static int found, initted, scsiboot, netboot; local in function:device_register
231 if (!initted && booted_protocol) {
234 initted = 1;
  /src/sys/arch/mvmeppc/mvmeppc/
machdep.c 198 static int initted = 0; local in function:consinit
200 if (initted)
202 initted = 1;
  /src/sys/arch/powerpc/oea/
ofw_consinit.c 407 static int initted = 0; local in function:ofwoea_consinit
409 if (initted)
412 initted = 1;
  /src/sys/arch/arc/arc/
autoconf.c 258 static int found = 0, initted = 0, scsiboot = 0; local in function:device_register
266 if (!initted) {
269 initted = 1;
machdep.c 472 static int initted; local in function:consinit
474 if (initted)
476 initted = 1;
  /src/sys/arch/bebox/bebox/
machdep.c 224 static int initted; local in function:consinit
226 if (initted)
228 initted = 1;
  /src/sys/arch/evbppc/pmppc/
machdep.c 285 static int initted; local in function:consinit
290 if (initted)
292 initted = 1;
  /src/sys/arch/x86/x86/
consinit.c 160 * XXX - shouldn't deal with this initted thing, but then,
170 static int initted; local in function:consinit
190 if (initted)
192 initted = 1;
225 initted = 0; /* defer */
  /src/sys/arch/evbsh3/evbsh3/
machdep.c 332 * XXX - shouldn't deal with this initted thing, but then,
338 static int initted; local in function:consinit
340 if (initted)
342 initted = 1;
  /src/sys/arch/mac68k/dev/
mac68k5380.c 158 static int initted = 0; local in function:scsi_mach_init
160 if (initted++)

Completed in 25 milliseconds

1 2