Searched refs:SID_IS_REMOVABLE (Results 1 – 5 of 5) sorted by relevance
1762 if (SID_IS_REMOVABLE(&cgd.inq_data)) in camperiphscsisenseerror()
5456 sbuf_printf(sb, "%s %s ", SID_IS_REMOVABLE(inq_data) ? "Removable" : "Fixed", dtype); in scsi_print_inquiry_sbuf()9094 && (SID_IS_REMOVABLE(inq) ? entry->media_type & SIP_MEDIA_REMOVABLE in scsi_inquiry_match()9121 && (SID_IS_REMOVABLE(inq) ? entry->media_type & SIP_MEDIA_REMOVABLE in scsi_static_inquiry_match()
2251 #define SID_IS_REMOVABLE(inq_data) (((inq_data)->dev_qual2 & SID_RMB) != 0) macro
614 if (SID_IS_REMOVABLE(&cgd->inq_data)) in cdregister()
2704 if (SID_IS_REMOVABLE(&cgd->inq_data)) in daregister()