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

/macosx-10.10/file_cmds-242/dd/
H A Ddd.c229 if (type == D_TAPE)
233 if (type & D_TAPE)
245 if (S_ISCHR(sb.st_mode) && (type != D_TAPE))
247 if (S_ISCHR(sb.st_mode) && (type & D_TAPE) == 0)
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dconf.c271 eno_mmap, eno_strat, eno_getc, eno_putc, D_TAPE
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h91 #define D_TAPE 1 macro

Completed in 113 milliseconds