Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/iir/
H A Diir.c429 gdt->sc_hdr[i].hd_devtype = gdt->sc_info; in iir_init()
1151 inq.device = (gdt->sc_hdr[t].hd_devtype & 4) ? in gdt_internal_cache_cmd()
1153 inq.dev_qual2 = (gdt->sc_hdr[t].hd_devtype & 1) ? 0x80 : 0; in gdt_internal_cache_cmd()
1182 mpd.hd.dev_specific = (gdt->sc_hdr[t].hd_devtype & 2) ? 0x80 : 0; in gdt_internal_cache_cmd()
H A Diir.h647 u_int16_t hd_devtype; member