Home
last modified time | relevance | path

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

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