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

1 2

  /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;
  /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;
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;
  /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;
  /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;
  /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;
  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 398 static bool consinit_called = false; local in function:consinit
400 if (consinit_called)
403 consinit_called = true;
  /src/sys/arch/arm/at91/
at91bus.c 678 static int consinit_called; local in function:consinit
680 if (consinit_called != 0)
683 consinit_called = 1;
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 769 static int consinit_called; local in function:consinit
771 if (consinit_called != 0)
774 consinit_called = 1;
  /src/sys/arch/evbarm/iq80310/
iq80310_machdep.c 737 static int consinit_called; local in function:consinit
739 if (consinit_called != 0)
742 consinit_called = 1;
  /src/sys/arch/evbarm/lubbock/
lubbock_machdep.c 981 static int consinit_called = 0; local in function:consinit
987 if (consinit_called != 0)
990 consinit_called = 1;
  /src/sys/arch/evbarm/tsarm/
tsarm_machdep.c 779 static int consinit_called; local in function:consinit
782 if (consinit_called != 0)
785 consinit_called = 1;
  /src/sys/arch/evbarm/viper/
viper_machdep.c 827 static int consinit_called = 0; local in function:consinit
833 if (consinit_called != 0)
835 consinit_called = 1;
  /src/sys/arch/evbarm/imx23_olinuxino/
imx23_olinuxino_machdep.c 193 static int consinit_called = 0; local in function:consinit
195 if (consinit_called)
200 consinit_called = 1;
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 917 static int consinit_called = 0; local in function:consinit
923 if (consinit_called != 0)
926 consinit_called = 1;
  /src/sys/arch/evbarm/npwr_fc/
npwr_fc_machdep.c 749 static int consinit_called; local in function:consinit
751 if (consinit_called != 0)
754 consinit_called = 1;
  /src/sys/arch/evbarm/armadillo/
armadillo9_machdep.c 873 static int consinit_called; local in function:consinit
878 if (consinit_called != 0)
881 consinit_called = 1;
  /src/sys/arch/evbarm/kobo/
kobo_machdep.c 499 static int consinit_called = 0; local in function:consinit
501 if (consinit_called)
504 consinit_called = 1;

Completed in 32 milliseconds

1 2