Searched refs:TAPE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/eject/
H A Deject.c69 # define TAPE 0x10 macro
91 { "tape", "st", TAPE | NOTLOADABLE },
92 { "st", "st", TAPE | NOTLOADABLE },
93 { "dat", "st", TAPE | NOTLOADABLE },
94 { "exabyte", "st", TAPE | NOTLOADABLE }
108 { "tape", TAPE | NOTLOADABLE }
204 if ((devtype & TYPEMASK) == TAPE)
213 if ((devtype & TYPEMASK) == TAPE)
291 if ((nicknames[n].type & TYPEMASK) != TAPE)
314 if ((nicknames[n].type & TYPEMASK) != TAPE) {
[all...]
/netbsd-current/distrib/miniroot/
H A Dinstall.sub1202 _tape=$(basename $TAPE)
1209 TAPE="/dev/${_tape}"
1210 if [ ! -c $TAPE ]; then
1211 echo "$TAPE does not exist or is not a character special file."
1215 export TAPE
1220 echo "$TAPE may not be attached to the system or may not be"
1279 ( cd /mnt; dd if=$TAPE | $_xcmd )

Completed in 87 milliseconds