Searched refs:tape (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/
H A DMakefile3 SUBDIR= ramdisk .WAIT instkernel .WAIT fdset cd-hd-tape
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dio.c176 static const char *tape = iotape; /* pointer to encryption tape */ variable
186 if (*tape == 0)
187 tape = iotape; /* rewind encryption tape */
188 *inptr = ch ^ *tape++; /* re-encrypt and replace value */
278 tape = iotape; /* restart encryption tape */
547 tape = iotape; /* restart decryption tape */
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtape.h1 /* $NetBSD: tape.h,v 1.2 2005/12/11 12:25:21 christos Exp $ */
59 * Statistics for the tape device - in a separate structure so userland can
63 struct tape { struct
70 struct timeval attachtime; /* time tape was attached */
74 TAILQ_ENTRY(tape) link;
77 /* Head of the tape stats list, define here so userland can get at it */
78 TAILQ_HEAD(tapelist_head, tape); /* the tapelist is a TAILQ */
H A DMakefile38 tape.h termios.h time.h timeb.h timepps.h times.h \
/netbsd-6-1-5-RELEASE/etc/etc.sparc/
H A DMakefile.inc17 installation/tape
26 tape/tapefile1.gz ../bootfs/netbsd.ram.aout.gz \
27 tape/tapefile2 ../bootfs/instfs.tgz \
/netbsd-6-1-5-RELEASE/bin/mt/
H A Dmt.c48 * magnetic tape manipulation program
74 int c_ronly; /* open tape read-only */
119 const char *tape; local
124 if ((tape = getenv("TAPE")) == NULL)
125 tape = _PATH_DEFTAPE;
131 tape = optarg;
166 if ((mtfd = open(tape, flags)) < 0)
167 err(2, "%s", tape);
175 the tape. Until then, rewind and seek from
176 begining-of-tape */
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rmt/
H A Drmt.c62 int tape = -1; variable
107 if (tape >= 0)
108 (void) close(tape);
112 tape = open(device, atoi(mode),
114 if (tape < 0)
121 if (close(tape) < 0)
123 tape = -1;
130 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos));
147 rval = write(tape, record, n);
157 rval = read(tape, recor
[all...]
/netbsd-6-1-5-RELEASE/sbin/restore/
H A DMakefile9 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/netbsd-6-1-5-RELEASE/sbin/dump/
H A DMakefile8 # dumprmt.c handles remote tape via rmt(8)
10 # tape.c handles the mag tape and opening/closing
31 SRCS= itime.c main.c optr.c dumprmt.c rcache.c snapshot.c tape.c \
H A Dtape.c1 /* $NetBSD: tape.c,v 1.49 2008/02/16 17:58:01 matt Exp $ */
35 static char sccsid[] = "@(#)tape.c 8.4 (Berkeley) 5/1/95";
37 __RCSID("$NetBSD: tape.c,v 1.49 2008/02/16 17:58:01 matt Exp $");
63 int writesize; /* size of malloc()ed buffer for tape */
64 int64_t lastspclrec = -1; /* tape block number of last written header */
68 extern int ntrec; /* blocking factor on tape */
85 * Concurrent dump mods (Caltech) - disk block reading and tape writing
87 * tape, the others read disk blocks; they pass control of the tape in
118 int tenths; /* length of tape use
[all...]
H A Dmain.c75 int blockswritten; /* number of blocks written on current tape */
76 int tapeno; /* current tape number */
78 int ntrec = NTREC; /* # tape blocks in each tape record */
79 int cartridge; /* Assume non-cartridge tape */
122 if ((tape = getenv("TAPE")) == NULL)
123 tape = _PATH_DEFTAPE;
153 case 'b': /* blocks per tape write */
177 tape = optarg;
222 case 's': /* tape siz
[all...]
H A Ddump.h102 const char *tape; /* name of the tape file */ variable
111 int tapefd; /* tape file descriptor */
115 int newtape; /* new tape flag */
116 u_int64_t tapesize; /* estimated tape size, blocks */
117 long tsize; /* tape size in 0.1" units */
118 long asize; /* number of 0.1" units written on current tape */
126 extern int blockswritten; /* number of blocks written on current tape */
127 extern int tapeno; /* current tape number */
130 time_t tstart_writing; /* when started writing the first tape bloc
[all...]
/netbsd-6-1-5-RELEASE/sbin/dump_lfs/
H A DMakefile18 SRCS= itime.c main.c optr.c dumprmt.c rcache.c snapshot.c tape.c \
/netbsd-6-1-5-RELEASE/distrib/vax/tk50/
H A DMakefile13 tape:
36 @echo Distribution tape is ready.
/netbsd-6-1-5-RELEASE/distrib/miniroot/
H A Dinstall.sub1188 # Get the name of the tape from the user.
1191 The installation program needs to know which tape device to use. Make
1198 echo -n "Name of tape device? [${_tape}]"
1210 # Rewind the tape device
1211 echo -n "Rewinding tape..."
1214 echo "a tape device. Aborting."
1248 There are 2 different ways the file can be stored on tape:
1361 Make sure the sets are either on a local device (i.e. tape, CD-ROM) or on a
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/
H A DMakefile.files790 SCSI_VHCI_F_TAPE_OBJS += tape.o

Completed in 107 milliseconds