Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Ddd.c324 if (type & D_TAPE) in getfdtype()
328 if (S_ISCHR(sb.st_mode) && (type & D_TAPE) == 0) in getfdtype()
/freebsd/usr.bin/hexdump/
H A Ddisplay.c412 if (type & D_TAPE) { in doskip()
/freebsd/sys/sys/
H A Dconf.h140 #define D_TAPE 0x0001 macro
/freebsd/sbin/devfs/
H A Drule.c73 { "tape", D_TAPE },
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c694 #ifndef D_TAPE
695 #define D_TAPE 0 macro
707 .d_flags = D_TAPE | D_TRACKCLOSE,
/freebsd/usr.sbin/camdd/
H A Dcamdd.c1077 if (type & D_TAPE) in camdd_probe_file()