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

/netbsd-current/distrib/alpha/instkernel/
H A DMakefile3 SUBDIR= ramdisk .WAIT instkernel .WAIT fdset cd-hd-tape
/netbsd-current/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-current/sys/sys/
H A Dtape.h1 /* $NetBSD: tape.h,v 1.4 2016/01/22 23:44:33 dholland Exp $ */
60 * Statistics for the tape device - in a separate structure so userland can
64 struct tape { struct
71 struct timeval attachtime; /* time tape was attached */
75 TAILQ_ENTRY(tape) link;
78 /* Head of the tape stats list, define here so userland can get at it */
79 TAILQ_HEAD(tapelist_head, tape); /* the tapelist is a TAILQ */
H A DMakefile46 tape.h termios.h time.h timeb.h timepps.h timerfd.h times.h timespec.h \
/netbsd-current/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-current/bin/mt/
H A Dmt.c48 * magnetic tape manipulation program
74 int c_ronly; /* open tape read-only */
121 const char *tape; local
126 if ((tape = getenv("TAPE")) == NULL)
127 tape = _PATH_DEFTAPE;
133 tape = optarg;
168 if ((mtfd = open(tape, flags)) < 0)
169 err(2, "%s", tape);
177 the tape. Until then, rewind and seek from
178 beginning-of-tape */
[all...]
/netbsd-current/usr.sbin/rmt/
H A Drmt.c62 int tape = -1; variable
104 if (tape >= 0)
105 (void) close(tape);
109 tape = open(device, atoi(mode),
111 if (tape < 0)
118 if (close(tape) < 0)
120 tape = -1;
127 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos));
144 rval = write(tape, record, n);
154 rval = read(tape, recor
[all...]
/netbsd-current/sbin/restore/
H A DMakefile9 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dparse.c147 { "tape", tape },
148 { "tp", tape },
H A Dsamachdep.h200 /* tape.c */
201 int tape(int, char **);
/netbsd-current/sbin/dump/
H A Dtape.c1 /* $NetBSD: tape.c,v 1.57 2021/06/19 13:56:34 christos Exp $ */
35 static char sccsid[] = "@(#)tape.c 8.4 (Berkeley) 5/1/95";
37 __RCSID("$NetBSD: tape.c,v 1.57 2021/06/19 13:56:34 christos Exp $");
60 int writesize; /* size of malloc()ed buffer for tape */
61 int64_t lastspclrec = -1; /* tape block number of last written header */
65 extern int ntrec; /* blocking factor on tape */
82 * Concurrent dump mods (Caltech) - disk block reading and tape writing
84 * tape, the others read disk blocks; they pass control of the tape in
115 int tenths; /* length of tape use
[all...]
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 Dmain.c80 const char *tape; variable
111 u_int64_t blockswritten; /* number of blocks written on current tape */
112 int tapeno; /* current tape number */
114 int ntrec = NTREC; /* # tape blocks in each tape record */
115 int cartridge; /* Assume non-cartridge tape */
158 if ((tape = getenv("TAPE")) == NULL)
159 tape = _PATH_DEFTAPE;
189 case 'b': /* blocks per tape write */
217 tape
[all...]
H A Ddump.h112 extern const char *tape; /* name of the tape file */
122 extern int tapefd; /* tape file descriptor */
126 extern int newtape; /* new tape flag */
127 extern u_int64_t tapesize; /* estimated tape size, blocks */
128 extern long tsize; /* tape size in 0.1" units */
129 extern long asize; /* number of 0.1" units written on current tape */
137 extern u_int64_t blockswritten; /* blocks written on current tape */
138 extern int tapeno; /* current tape number */
141 extern time_t tstart_writing; /* when started writing the first tape bloc
[all...]
/netbsd-current/sbin/dump_lfs/
H A DMakefile18 SRCS= itime.c main.c optr.c dumprmt.c rcache.c snapshot.c tape.c \
/netbsd-current/distrib/vax/tk50/
H A DMakefile13 tape:
36 @echo Distribution tape is ready.
/netbsd-current/distrib/miniroot/
H A Dinstall.sub1195 # Get the name of the tape from the user.
1198 The installation program needs to know which tape device to use. Make
1205 echo -n "Name of tape device? [${_tape}]"
1217 # Rewind the tape device
1218 echo -n "Rewinding tape..."
1221 echo "a tape device. Aborting."
1255 There are 2 different ways the file can be stored on tape:
1368 Make sure the sets are either on a local device (i.e. tape, CD-ROM) or on a

Completed in 147 milliseconds