| /freebsd-9-stable/usr.sbin/rmt/ |
| D | rmt.c | 57 int tape = -1; variable 99 if (tape >= 0) in main() 100 (void) close(tape); in main() 109 tape = open(device, atoi(mode), 0666); in main() 110 if (tape < 0) in main() 117 if (close(tape) < 0) in main() 119 tape = -1; in main() 126 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos)); in main() 143 rval = write(tape, record, n); in main() 153 rval = read(tape, record, n); in main() [all …]
|
| /freebsd-9-stable/usr.bin/mt/ |
| D | mt.c | 136 const char *p, *tape; in main() local 138 if ((tape = getenv("TAPE")) == NULL) in main() 139 tape = DEFTAPE; in main() 145 tape = optarg; in main() 169 if ((mtfd = open(tape, comp->c_ronly ? O_RDONLY : O_RDWR)) < 0) in main() 170 err(1, "%s", tape); in main() 216 err(2, "%s", tape); in main() 252 err(2, "%s", tape); in main() 253 (void)printf("%s: %s block location %u\n", tape, in main() 264 err(2, "%s", tape); in main() [all …]
|
| /freebsd-9-stable/sbin/dump/ |
| D | main.c | 115 tape = NULL; in main() 171 tape = optarg; in main() 187 if (tape != NULL) in main() 261 tape = "child pipeline process"; in main() 262 } else if (tape == NULL && (tape = getenv("TAPE")) == NULL) in main() 263 tape = _PATH_DEFTAPE; in main() 264 if (strcmp(tape, "-") == 0) { in main() 266 tape = "standard output"; in main() 288 if (strchr(tape, ':')) { in main() 289 host = tape; in main() [all …]
|
| D | tape.c | 201 msg("write error on %s\n", tape); in tperror() 338 msg("Closing %s\n", tape); in trewind() 349 while (rmtopen(tape, 0) < 0) in trewind() 360 while ((f = open(tape, 0)) < 0) in trewind() 588 if (nexttape || strchr(tape, ',')) { in startnewtape() 590 tape = nexttape; in startnewtape() 591 if ((p = strchr(tape, ',')) != NULL) { in startnewtape() 596 msg("Dumping volume %d on %s\n", tapeno, tape); in startnewtape() 617 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape() 618 open(tape, O_WRONLY|O_CREAT, 0666))) < 0) in startnewtape() [all …]
|
| D | dumprmt.c | 201 rmtopen(const char *tape, int mode) in rmtopen() argument 205 (void)snprintf(buf, sizeof (buf), "O%.226s\n%d\n", tape, mode); in rmtopen() 207 return (rmtcall(tape, buf)); in rmtopen()
|
| D | dump.h | 58 char *tape; /* name of the tape file */ variable 134 int rmtopen(const char *tape, int mode);
|
| D | Makefile | 19 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | dump | 14 >0 belong 1 tape header, 16 >0 belong 3 map of inodes on tape, 33 >0 belong 1 tape header, 35 >0 belong 3 map of inodes on tape, 52 >0 belong 1 tape header, 54 >0 belong 3 map of inodes on tape, 88 >0 leshort 1 tape header. 90 >0 leshort 3 map of inodes on tape.
|
| D | c64 | 30 0 string C64S\x20tape\x20file T64 tape Image 35 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image 40 0 string C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image 45 # Raw tape file format (.tap files)
|
| D | amanda | 7 >8 string TAPESTART\ DATE tape header file,
|
| D | frame | 6 # This stuff came on a FrameMaker demo tape, most of which is
|
| D | spectrum | 36 # TZX tape images
|
| /freebsd-9-stable/sys/modules/ata/atapist/ |
| D | Makefile | 6 SRCS= atapi-tape.c
|
| /freebsd-9-stable/sbin/restore/ |
| D | Makefile | 10 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
|
| /freebsd-9-stable/sys/dev/ata/ |
| D | atapi-tape.c | 344 *(u_int32_t *)data = position.tape; in ast_ioctl() 354 *(u_int32_t *)data = position.tape; in ast_ioctl() 552 position->tape = ntohl(position->tape); in ast_read_position()
|
| D | atapi-tape.h | 133 u_int32_t tape; /* frame address on tape */ member
|
| /freebsd-9-stable/usr.bin/indent/ |
| D | README | 5 via some distribution tape for PDP-11 Unix. It has subsequently been 83 very original submission from the author to a unix tape, later the
|
| /freebsd-9-stable/contrib/binutils/etc/ |
| D | ChangeLog | 237 from a file instead of a tape device. 397 Changed so that tape commands are not run when extracting 468 to do all tape movement operations. Currently untested. Addresses 573 * Install.in: pull COPYING and COPYING.LIB off of the tape
|
| /freebsd-9-stable/usr.sbin/bsdconfig/dot/ |
| D | USAGE | 80 traditional tools such as scissors and tape):
|
| /freebsd-9-stable/share/misc/ |
| D | bsd-family-tree | 325 was the announcement in Usenet or if it was available as tape. 333 [DOC] README, COPYRIGHT on tape.
|
| /freebsd-9-stable/share/doc/smm/01.setup/ |
| D | spell.ok | 595 kernel.tape
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | shortcuts.hlp | 98 mediaSetTape Select tape media
|
| /freebsd-9-stable/sys/arm/conf/ |
| D | ETHERNUT5 | 141 #device sa # Sequential Access (tape etc)
|
| /freebsd-9-stable/tools/tools/tinybsd/conf/wireless/ |
| D | TINYBSD | 44 device atapist # ATAPI tape drives
|
| /freebsd-9-stable/tools/tools/tinybsd/conf/vpn/ |
| D | TINYBSD | 44 device atapist # ATAPI tape drives
|