Home
last modified time | relevance | path

Searched refs:rmtopen (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sbin/restore/
H A Dextern.h105 int rmtopen(char *, int);
H A Dtape.c186 mt = rmtopen(magtape, 0); in setup()
374 mt = rmtopen(magtape, 0); in getvol()
/dragonfly/sbin/dump/
H A Ddump.h138 int rmtopen(const char *, int);
H A Dtape.c339 while (rmtopen(tape, 0) < 0) in trewind()
589 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()
H A Ddumprmt.c202 rmtopen(const char *rtape, int mode) in rmtopen() function