Home
last modified time | relevance | path

Searched refs:tape (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-9-stable/usr.sbin/rmt/
Drmt.c57 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/
Dmt.c136 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/
Dmain.c115 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 …]
Dtape.c201 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 …]
Ddumprmt.c201 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()
Ddump.h58 char *tape; /* name of the tape file */ variable
134 int rmtopen(const char *tape, int mode);
DMakefile19 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
/freebsd-9-stable/contrib/file/magic/Magdir/
Ddump14 >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.
Dc6430 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)
Damanda7 >8 string TAPESTART\ DATE tape header file,
Dframe6 # This stuff came on a FrameMaker demo tape, most of which is
Dspectrum36 # TZX tape images
/freebsd-9-stable/sys/modules/ata/atapist/
DMakefile6 SRCS= atapi-tape.c
/freebsd-9-stable/sbin/restore/
DMakefile10 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/freebsd-9-stable/sys/dev/ata/
Datapi-tape.c344 *(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()
Datapi-tape.h133 u_int32_t tape; /* frame address on tape */ member
/freebsd-9-stable/usr.bin/indent/
DREADME5 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/
DChangeLog237 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/
DUSAGE80 traditional tools such as scissors and tape):
/freebsd-9-stable/share/misc/
Dbsd-family-tree325 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/
Dspell.ok595 kernel.tape
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dshortcuts.hlp98 mediaSetTape Select tape media
/freebsd-9-stable/sys/arm/conf/
DETHERNUT5141 #device sa # Sequential Access (tape etc)
/freebsd-9-stable/tools/tools/tinybsd/conf/wireless/
DTINYBSD44 device atapist # ATAPI tape drives
/freebsd-9-stable/tools/tools/tinybsd/conf/vpn/
DTINYBSD44 device atapist # ATAPI tape drives

123