Home
last modified time | relevance | path

Searched refs:SID_REMOVABLE (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/scsi/
Dscsi_all.h242 #define SID_REMOVABLE 0x80 macro
Dscsiconf.c675 if (ISSET(inqbuf->dev_qual2, SID_REMOVABLE)) in scsi_probe_link()
1081 removable = ISSET(inqbuf->dev_qual2, SID_REMOVABLE) ? T_REMOV : T_FIXED; in scsi_inqmatch()
Dscsi_base.c2878 if (ISSET(inqbuf->dev_qual2, SID_REMOVABLE)) in scsi_show_inquiry_header()
/openbsd/src/sys/dev/sdmmc/
Dsdmmc_scsi.c446 inq.dev_qual2 = SID_REMOVABLE; in sdmmc_inquiry()
/openbsd/src/sys/dev/ic/
Dtwe.c801 (sc->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0; in twe_scsi_cmd()
Dgdt_common.c897 (sc->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0; in gdt_internal_cache_cmd()
/openbsd/src/usr.sbin/vmd/
Dvioscsi.c283 inq_data->dev_qual2 = SID_REMOVABLE; in vioscsi_handle_inquiry()