Searched refs:T_WORM (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 409 { T_WORM, SIP_MEDIA_REMOVABLE, sony, "CD-R CDU9*", "*" }, 413 { T_WORM, SIP_MEDIA_REMOVABLE, "YAMAHA", "CDR100*", "*" },
|
H A D | scsi_all.c | 126 #define W (1 << T_WORM) 5500 case T_WORM: in scsi_print_inquiry_sbuf()
|
H A D | scsi_cd.c | 429 && SID_TYPE(&cgd->inq_data) != T_WORM) in cdasync()
|
H A D | scsi_all.h | 2172 #define T_WORM 0x04 macro
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 1489 case T_WORM: in camdd_probe_pass()
|