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

  /src/sys/dev/hil/
hildevs.h 41 int ha_type; /* hil device type */ member in struct:hil_attach_args
50 /* ha_type values */
hilid.c 61 if (ha->ha_type != HIL_DEVICE_IDMODULE)
77 sc->hd_type = ha->ha_type;
hilkbd.c 130 if (ha->ha_type != HIL_DEVICE_KEYBOARD &&
131 ha->ha_type != HIL_DEVICE_BUTTONBOX)
148 sc->hd_type = ha->ha_type;
153 if (ha->ha_type == HIL_DEVICE_KEYBOARD) {
193 if (ha->ha_type == HIL_DEVICE_BUTTONBOX)
hilms.c 82 if (ha->ha_type != HIL_DEVICE_MOUSE)
105 sc->hd_type = ha->ha_type;
hil.c 539 ha.ha_type = hd->type;
554 ha.ha_type == HIL_DEVICE_KEYBOARD &&
  /src/sys/arch/hp300/dev/
hpibvar.h 149 int ha_type; /* XXX */ member in struct:hpibdev_attach_args
hpib.c 142 sc->sc_type = ha->ha_type; /* XXX */
fhpib.c 186 ha.ha_type = HPIBC; /* XXX */
nhpib.c 252 ha.ha_type = sc->sc_type; /* XXX */
  /src/sys/dev/ic/
bhareg.h 433 u_int8_t ha_type; member in struct:bha_setup_reply_wide

Completed in 38 milliseconds