Home
last modified time | relevance | path

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

1234

/original-bsd/contrib/ansi/
H A Dansitape.c43 int tape; local
276 int tape; in writefile()
302 int tape; in writedata()
458 int tape; in writetm()
468 int tape; in ansi_rewind()
477 int tape; in skipfile()
486 int tape; in backspace()
495 int tape; in writehdr1()
510 int tape; in writeeof1()
526 int tape; in writehdr2()
[all …]
/original-bsd/sys/pmax/dist/
H A Dmaketape15 tape=/dev/rmt20
26 tape=$2;
29 tartape=$tape
35 rsh $remote mt -t ${tape} rew
50 tp cmf /tmp/tape.$$ boot copy format
54 rsh $remote dd of=${tape} obs=512 conv=sync
71 rsh $remote mt -t ${tape} rew &
76 then tape=$x
90 $remote mt -t ${tape} rew &
95 then tape=$x
[all …]
H A DREADME3 The scripts needed to build a boot tape for 4.2 and beyond
10 To construct a tape suitable for bootstrapping a system
17 This builds a distribution on one tape at 6250bpi, two tapes at 1600bpi.
18 The tape drive may be on a remote machine if the last optional arg is given.
19 For 1600bpi, be sure and check whether /usr/src will fit on one tape.
20 The current distribution is about 80+ megabytes and easily fits on one tape
H A Dget106 : ${tape?'Usage: disk=xx0 tape=yy0 [type=zz] xtr'}
118 mt -f /dev/${tape} rew
120 restore rsf 2 /dev/${tape}
/original-bsd/sys/vax/dist/
H A Dmaketape15 tape=/dev/rmt20
26 tape=$2;
29 tartape=$tape
35 rsh $remote mt -t ${tape} rew
50 tp cmf /tmp/tape.$$ boot copy format
54 rsh $remote dd of=${tape} obs=512 conv=sync
71 rsh $remote mt -t ${tape} rew &
76 then tape=$x
90 $remote mt -t ${tape} rew &
95 then tape=$x
[all …]
H A Dget87 : ${tape?'Usage: disk=xx0 type=tt tape=yy xtr'}
96 mt -f /dev/${tape}0 rew
98 restore rsf 3 /dev/${tape}0
/original-bsd/sys/tahoe/dist/
H A Dmaketape16 tape=/dev/rmt20
27 tape=$2;
30 tartape=$tape
36 rsh $remote mt -t ${tape} rew
56 ${remote-"of=$tape"} ${remote+'/usr/local/20b ">" $tape'}
59 /sbin/${remote+r}dump 0f $remote${remote+:}${tape} /nbsd
69 rsh $remote mt -t ${tape} rew &
74 then tape=$x
91 $remote mt -t ${tape} rew &
96 then tape=$x
[all …]
H A DREADME3 The scripts needed to build a boot tape for 4.2 and beyond
10 To construct a tape suitable for bootstrapping a system
17 This builds a distribution on one tape at 6250bpi, two tapes at 1600bpi.
18 The tape drive may be on a remote machine if the last optional arg is given.
19 For 1600bpi, be sure and check whether /usr/src will fit on one tape.
20 The current distribution is about 80+ megabytes and easily fits on one tape
H A Dget91 : ${tape?'Usage: disk=xx0 tape=yy [type=zz] xtr'}
100 mt -f /dev/${tape}0 rew
102 restore rsf 3 /dev/${tape}0
/original-bsd/games/adventure/
H A Dio.c128 { if (*tape==0) tape=iotape; /* rewind encryption tape */ in next()
439 if ((*s ^ *tape) == '>' &&
440 (*(s+1) ^ *(tape+1)) == '$' &&
441 (*(s+2) ^ *(tape+2)) == '<') break;
444 { if (*tape == 0) tape = iotape;/* rewind decryp tape */
445 putchar(*s ^ *tape);
475 if (*tape==0) tape=iotape;
478 if ((*s^*tape)=='>' && (*(s+1)^*(tape+1))=='$' &&
479 (*(s+2)^*(tape+2))=='<') break;
482 { if (*tape==0) tape=iotape;
[all …]
/original-bsd/usr.sbin/rmt/
H A Drmt.c32 int tape = -1; variable
76 if (tape >= 0)
77 (void) close(tape);
81 tape = open(device, atoi(mode));
82 if (tape < 0)
89 if (close(tape) < 0)
91 tape = -1;
115 rval = write(tape, record, n);
125 rval = read(tape, record, n);
140 if (ioctl(tape, MTIOCTOP, (char *)&mtop) < 0)
[all …]
/original-bsd/usr.bin/mt/
H A Dmt.c66 char *p, *tape; local
68 if ((tape = getenv("TAPE")) == NULL)
69 tape = DEFTAPE;
75 tape = optarg;
94 if ((mtfd = open(tape, comp->c_ronly ? O_RDONLY : O_RDWR)) < 0)
95 err("%s: %s", tape, strerror(errno));
106 err("%s: %s: %s", tape, comp->c_name, strerror(errno));
/original-bsd/local/ukc/dump/
H A Ddumpmain.c41 tape = TAPE;
74 tape = *argv;
164 if (strcmp(tape, "-") == 0) {
166 tape = "standard output";
184 host = tape;
185 tape = index(host, ':');
186 if (tape == 0) {
190 *tape++ = 0;
244 msgtail("to %s on host %s\n", tape, host);
246 msgtail("to %s\n", tape);
H A Ddumplabel.c40 char *tape = "/dev/rmt8"; variable
60 tape = *argv;
273 while ((fd = open(tape, 2)) < 0) in dolabel()
386 if ((fd = open(tape, 2)) < 0) { in printlabel()
/original-bsd/sys/vax/conf/
H A DGENERIC.allvax56 tape tu0 at ht0 slave 0
57 tape tu1 at ht0 slave 1
59 tape mu0 at mt0 slave 0
60 tape mu1 at mt0 slave 1
77 tape te0 at tm0 drive 0
78 tape te1 at tm0 drive 1
81 tape tj0 at ut0 drive 0
82 tape tj1 at ut0 drive 1
85 tape tms0 at tmscp0 drive 0
86 tape tms1 at tmscp0 drive 1
H A DGENERIC.vax54 tape tu0 at ht0 slave 0
55 tape tu1 at ht0 slave 1
57 tape mu0 at mt0 slave 0
58 tape mu1 at mt0 slave 1
75 tape te0 at tm0 drive 0
76 tape te1 at tm0 drive 1
79 tape tj0 at ut0 drive 0
80 tape tj1 at ut0 drive 1
83 tape tms0 at tmscp0 drive 0
84 tape tms1 at tmscp0 drive 1
H A DGENERIC.vaxminiroot43 tape tu0 at ht0 slave 0
44 tape tu1 at ht0 slave 1
46 tape mu0 at mt0 slave 0
47 tape mu1 at mt0 slave 1
64 tape te0 at tm0 drive 0
65 tape te1 at tm0 drive 1
68 tape tj0 at ut0 drive 0
69 tape tj1 at ut0 drive 1
72 tape tms0 at tmscp0 drive 0
73 tape tms1 at tmscp0 drive 1
/original-bsd/sys/luna68k/stand/
H A Dparse.c39 int tape();
87 { "tape", tape },
88 { "tp", tape },
/original-bsd/sbin/dump/
H A Dmain.c82 tape = _PATH_DEFTAPE;
120 tape = optarg;
179 if (strcmp(tape, "-") == 0) {
181 tape = "standard output";
202 if (strchr(tape, ':')) {
203 host = tape;
204 tape = strchr(host, ':');
205 *tape++ = '\0';
264 msgtail("to %s on host %s\n", tape, host);
266 msgtail("to %s\n", tape);
H A Dtape.c186 msg("write error on %s\n", tape);
323 msg("Closing %s\n", tape); in trewind()
328 while (rmtopen(tape, 0) < 0) in trewind()
335 while ((f = open(tape, 0)) < 0) in trewind()
561 if (nexttape || strchr(tape, ',')) {
563 tape = nexttape;
564 if ((p = strchr(tape, ',')) != NULL) {
569 msg("Dumping volume %d on %s\n", tapeno, tape);
572 while ((tapefd = (host ? rmtopen(tape, 2) :
576 open(tape, O_WRONLY|O_CREAT, 0666))) < 0)
[all …]
H A Ddumprmt.c155 rmtopen(tape, mode) in rmtopen() argument
156 char *tape; in rmtopen()
161 (void)sprintf(buf, "O%s\n%d\n", tape, mode);
163 return (rmtcall(tape, buf));
/original-bsd/old/dump.4.1/
H A Ddumpmain.c30 tape = TAPE;
64 tape = *argv;
110 if(strcmp(tape, "-") == 0) {
112 tape = "standard output";
155 msgtail("to %s\n", tape);
/original-bsd/sys/vax/mdec/
H A Dtmscpboot.c20 .set BLKSIZ,512 # tape block size, bytes
21 .set NUMDIR,24 # no. of dir blocks on tape
22 .set ENTBLK,8 # no. of dir entries per tape block
86 .set dirread,-10 # is the tape directory incore already?
87 .set mtapa,-8 # cur tape addr (last blk we read)
88 .set tapa,-4 # desired tape addr (inclusive)
139 bsbw onlin # set tape online
140 bsbw rew # rewind tape
180 # entry IS here; read it in from tape
192 # Now advance to proper place on tape. tapa has our
[all …]
/original-bsd/sys/hp300/conf/
H A DHP30060 tape ct0 at hpib0 slave ?
61 tape ct1 at hpib0 slave ?
78 tape st0 at scsi? slave ?
79 tape st1 at scsi? slave ?
/original-bsd/sys/pmax/conf/
H A DGENERIC.pmax72 tape tz0 at sii0 drive 5 slave 0
73 tape tz1 at sii0 drive 6 slave 0
80 tape tz0 at asc0 drive 5 slave 0
81 tape tz1 at asc0 drive 6 slave 0

1234