Searched refs:rmtopen (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Drmt.h7 * The preprocessor can be used to remap these the rmtopen(), etc
39 int rmtopen(const char *, int, ...);
56 #define open rmtopen
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dextern.h113 int rmtopen(const char *, int, int);
H A Dtape.c289 mt = rmtopen(magtape, 0, 0);
459 mt = rmtopen(magtape, 0, 0);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c397 while (rmtopen(tape, 0, 0) < 0)
437 if (rmtopen(tape, 0, 0) >= 0) {
672 while ((tapefd = (host ? rmtopen(tape, 2, 1) :
H A Ddump.h238 int rmtopen(const char *, int, int);
H A Ddumprmt.c176 rmtopen(const char *tapedevice, int mode, int verbose) function
/netbsd-6-1-5-RELEASE/lib/librmt/
H A Drmtlib.c566 * The preprocessor can be used to remap these the rmtopen(), etc
580 * # define open rmtopen
627 rmtopen(const char *path, int oflag, ...) function
835 return rmtopen(path, O_WRONLY | O_CREAT, mode);
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dar_io.c146 if ((arfd = rmtopen(name, O_RDWR, DMOD)) == -1) {

Completed in 139 milliseconds