Searched refs:D_TAPE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/bin/dd/
H A Ddd.c272 if (type & D_TAPE)
276 if (S_ISCHR(sb.st_mode) && (type & D_TAPE) == 0)
/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.c397 if (type & D_TAPE) {
/freebsd-11-stable/sys/sys/
H A Dconf.h138 #define D_TAPE 0x0001 macro
/freebsd-11-stable/sbin/devfs/
H A Drule.c76 { "tape", D_TAPE },
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c633 #ifndef D_TAPE
634 #define D_TAPE 0 macro
647 .d_flags = D_TAPE | D_TRACKCLOSE,
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c1084 if (type & D_TAPE)

Completed in 149 milliseconds