Searched refs:SID_IS_REMOVABLE (Results 1 – 5 of 5) sorted by relevance
1784 if (SID_IS_REMOVABLE(&cgd.inq_data)) in camperiphscsisenseerror()
5549 sbuf_printf(sb, "%s %s ", SID_IS_REMOVABLE(inq_data) ? "Removable" : "Fixed", dtype); in scsi_print_inquiry_sbuf()9264 && (SID_IS_REMOVABLE(inq) ? entry->media_type & SIP_MEDIA_REMOVABLE in scsi_inquiry_match()9291 && (SID_IS_REMOVABLE(inq) ? entry->media_type & SIP_MEDIA_REMOVABLE in scsi_static_inquiry_match()
2249 #define SID_IS_REMOVABLE(inq_data) (((inq_data)->dev_qual2 & SID_RMB) != 0) macro
611 if (SID_IS_REMOVABLE(&cgd->inq_data)) in cdregister()
2841 if (SID_IS_REMOVABLE(&cgd->inq_data)) in daregister()