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

  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c 88 struct hw *hw_dev; local
110 hw_dev = sim_hw_parse (sd, "%s", dev_list[i].device);
111 if (hw_dev == 0)
116 hw_ioctl (hw_dev, 23, 0);
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c 88 struct hw *hw_dev; local
110 hw_dev = sim_hw_parse (sd, "%s", dev_list[i].device);
111 if (hw_dev == 0)
116 hw_ioctl (hw_dev, 23, 0);
  /src/sys/dev/audio/
audiovar.h 129 device_t hw_dev; member in struct:audio_softc
  /src/sys/dev/
video.c 184 device_t hw_dev; /* Hardware (parent) device */ member in struct:video_softc
353 sc->hw_dev = parent;
1739 flags, sc, sc->hw_dev));
2019 device_cfdriver(sc->hw_dev)->cd_name,

Completed in 60 milliseconds