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

  /src/sys/arch/evbarm/mini2440/
if_dm_mini2440.c 69 int have_io = 0; local in function:dme_ssextio_match
78 have_io = 1;
99 if (have_io)
  /src/sys/arch/evbarm/smdk2xx0/
if_cs_smdk24x0.c 117 int rv = 0, have_io = 0; local in function:cs_ssextio_probe
129 have_io = 1;
161 if (have_io)
  /src/sys/dev/isa/
if_cs_isa.c 73 int rv = 0, have_io = 0, have_mem = 0; local in function:cs_isa_probe
102 have_io = 1;
202 if (have_io)
if_tscs_isa.c 68 int rv = 0, have_io = 0, have_pld = 0, irq; local in function:tscs_isa_probe
105 have_io = 1;
157 if (have_io)
tsdio.c 61 int rv = 0, have_io = 0; local in function:tsdio_probe
83 have_io = 1;
97 if (have_io)

Completed in 25 milliseconds