Home
last modified time | relevance | path

Searched refs:hd_devtype (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/ic/
Dtwevar.h78 int hd_devtype; member
Dtwe.c383 sc->sc_hdr[i].hd_devtype = 0; in twe_attach()
796 sc->sc_hdr[target].hd_devtype)); in twe_scsi_cmd()
799 (sc->sc_hdr[target].hd_devtype & 4) ? T_CDROM : T_DIRECT; in twe_scsi_cmd()
801 (sc->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0; in twe_scsi_cmd()
Dgdtvar.h166 u_int16_t hd_devtype; member
Dgdt_common.c440 sc->sc_hdr[i].hd_devtype = sc->sc_info; in gdt_attach()
892 sc->sc_hdr[target].hd_devtype)); in gdt_internal_cache_cmd()
895 (sc->sc_hdr[target].hd_devtype & 4) ? T_CDROM : T_DIRECT; in gdt_internal_cache_cmd()
897 (sc->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0; in gdt_internal_cache_cmd()
Daacvar.h382 u_int16_t hd_devtype; member
Daac.c372 sc->aac_hdr[i].hd_devtype = mir->MntTable[0].VolType; in aac_startup()
2134 sc->aac_hdr[target].hd_devtype)); in aac_internal_cache_cmd()