Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dextern.h111 int rmtopen(char *, int);
H A Dtape.c215 mt = rmtopen(magtape, 0); in setup()
412 mt = rmtopen(magtape, 0); in getvol()
/freebsd/sbin/dump/
H A Ddump.h131 int rmtopen(const char *tape, int mode);
H A Ddumprmt.c194 rmtopen(const char *tape, int mode) in rmtopen() function
H A Dtape.c349 while (rmtopen(tape, 0) < 0) in trewind()
617 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()