Home
last modified time | relevance | path

Searched refs:tapefd (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sbin/dump/
H A Dtape.c334 (void) close(tapefd); in trewind()
572 while ((tapefd = (host ? rmtopen(tape, 2) :
575 while ((tapefd = (pipeout ? 1 :
770 wrote = write(tapefd, slp->tblock[0]+size,
H A Ddump.h41 int tapefd; /* tape file descriptor */ variable