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

1 2 3 4

  /src/sys/arch/arm/iomd/console/
consinit.c 83 static int consinit_called = 0; local in function:consinit
85 if (consinit_called != 0)
87 consinit_called = 1;
consinit.c 83 static int consinit_called = 0; local in function:consinit
85 if (consinit_called != 0)
87 consinit_called = 1;
consinit.c 83 static int consinit_called = 0; local in function:consinit
85 if (consinit_called != 0)
87 consinit_called = 1;
  /src/sys/arch/hpcarm/hpcarm/
netbookpro_machdep.c 125 static int consinit_called = 0; local in function:consinit
127 if (consinit_called != 0)
130 consinit_called = 1;
netbookpro_machdep.c 125 static int consinit_called = 0; local in function:consinit
127 if (consinit_called != 0)
130 consinit_called = 1;
netbookpro_machdep.c 125 static int consinit_called = 0; local in function:consinit
127 if (consinit_called != 0)
130 consinit_called = 1;
wzero3_machdep.c 219 static int consinit_called = 0; local in function:consinit
221 if (consinit_called != 0)
224 consinit_called = 1;
wzero3_machdep.c 219 static int consinit_called = 0; local in function:consinit
221 if (consinit_called != 0)
224 consinit_called = 1;
wzero3_machdep.c 219 static int consinit_called = 0; local in function:consinit
221 if (consinit_called != 0)
224 consinit_called = 1;
sa11x0_hpc_machdep.c 590 static int consinit_called = 0; local in function:consinit
592 if (consinit_called != 0)
595 consinit_called = 1;
sa11x0_hpc_machdep.c 590 static int consinit_called = 0; local in function:consinit
592 if (consinit_called != 0)
595 consinit_called = 1;
sa11x0_hpc_machdep.c 590 static int consinit_called = 0; local in function:consinit
592 if (consinit_called != 0)
595 consinit_called = 1;
  /src/sys/arch/evbarm/integrator/
integrator_machdep.c 378 static int consinit_called = 0; local in function:consinit
383 if (consinit_called != 0)
386 consinit_called = 1;
integrator_machdep.c 378 static int consinit_called = 0; local in function:consinit
383 if (consinit_called != 0)
386 consinit_called = 1;
integrator_machdep.c 378 static int consinit_called = 0; local in function:consinit
383 if (consinit_called != 0)
386 consinit_called = 1;
  /src/sys/arch/cats/cats/
cats_machdep.c 520 static int consinit_called = 0; local in function:consinit
523 if (consinit_called != 0)
526 consinit_called = 1;
cats_machdep.c 520 static int consinit_called = 0; local in function:consinit
523 if (consinit_called != 0)
526 consinit_called = 1;
cats_machdep.c 520 static int consinit_called = 0; local in function:consinit
523 if (consinit_called != 0)
526 consinit_called = 1;
  /src/sys/arch/epoc32/epoc32/
machdep.c 545 static int consinit_called = 0; local in function:consinit
550 if (consinit_called)
552 consinit_called = 1;
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 499 static int consinit_called = 0; local in function:consinit
501 if (consinit_called != 0)
504 consinit_called = 1;
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 714 static int consinit_called = 0; local in function:consinit
716 if (consinit_called != 0)
719 consinit_called = 1;
  /src/sys/arch/evbarm/hdl_g/
hdlg_machdep.c 753 static int consinit_called; local in function:consinit
755 if (consinit_called)
757 consinit_called = 1;
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 766 static int consinit_called; local in function:consinit
768 if (consinit_called != 0)
771 consinit_called = 1;
  /src/sys/arch/evbarm/ixdp425/
ixdp425_machdep.c 745 static int consinit_called; local in function:consinit
750 if (consinit_called != 0)
753 consinit_called = 1;
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 806 static int consinit_called; local in function:consinit
811 if (consinit_called != 0)
814 consinit_called = 1;

Completed in 154 milliseconds

1 2 3 4