HomeSort by: relevance | last modified time | path
    Searched defs:obio_found (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/evbarm/adi_brh/
obio.c 71 bool obio_found; variable in typeref:typename:bool
80 if (obio_found)
98 obio_found = true;
  /src/sys/arch/evbarm/hdl_g/
obio.c 65 bool obio_found; variable in typeref:typename:bool
71 if (obio_found)
80 obio_found = true;
  /src/sys/arch/evbarm/iq80321/
obio.c 70 bool obio_found; variable in typeref:typename:bool
79 if (obio_found)
97 obio_found = true;
  /src/sys/arch/evbarm/iyonix/
obio.c 69 bool obio_found; variable in typeref:typename:bool
78 if (obio_found)
96 obio_found = true;
  /src/sys/arch/iyonix/iyonix/
obio.c 69 bool obio_found; variable in typeref:typename:bool
78 if (obio_found)
96 obio_found = true;
  /src/sys/arch/evbarm/iq80310/
obio.c 72 bool obio_found; variable in typeref:typename:bool
81 if (obio_found)
99 obio_found = true;
  /src/sys/arch/evbmips/alchemy/
obio.c 64 static int obio_found = 0; variable in typeref:typename:int
70 if (obio_found)
83 obio_found = 1;
  /src/sys/arch/mips/adm5120/
adm5120_obio.c 106 int obio_found; variable in typeref:typename:int
127 return !obio_found;
150 obio_found = 1;
  /src/sys/arch/mips/rmi/
rmixl_obio.c 84 int obio_found; variable in typeref:typename:int
91 if (obio_found == 0)
104 obio_found = 1;

Completed in 14 milliseconds