HomeSort by: relevance | last modified time | path
    Searched refs:fmv_detect (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
fmvvar.h 34 int fmv_detect(bus_space_tag_t, bus_space_handle_t, uint8_t *);
fmv.c 62 fmv_detect(bus_space_tag_t iot, bus_space_handle_t ioh, uint8_t *enaddr) function in typeref:typename:int
118 type = fmv_detect(iot, ioh, myea);
  /src/sys/dev/isa/
if_fmv_isa.c 148 if (fmv_detect(iot, ioh, myea) == 0) { /* XXX necessary? */
149 DPRINTF("%s: fmv_detect failed\n", __func__);

Completed in 13 milliseconds