Home
last modified time | relevance | path

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

/mirbsd/src/sbin/dump/
Dtape.c404 (void) close(tapefd); in trewind()
647 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()
650 while ((tapefd = (pipeout ? 1 : in startnewtape()
843 wrote = write(tapefd, slp->tblock[0]+size, in doslave()
Ddump.h66 int tapefd; /* tape file descriptor */ variable