| /src/include/ |
| rmt.h | 7 * The preprocessor can be used to remap these the rmtopen(), etc 40 int rmtopen(const char *, int, ...); 57 #define open rmtopen
|
| /src/sbin/restore/ |
| extern.h | 120 int rmtopen(const char *, int, int);
|
| tape.c | 299 mt = rmtopen(magtape, 0, 0); 469 mt = rmtopen(magtape, 0, 0);
|
| /src/sbin/dump/ |
| tape.c | 395 while (rmtopen(tape, 0, 0) < 0) 435 if (rmtopen(tape, 0, 0) >= 0) { 671 while ((tapefd = (host ? rmtopen(tape, 2, 1) :
|
| dump.h | 250 int rmtopen(const char *, int, int);
|
| dumprmt.c | 173 rmtopen(const char *tapedevice, int mode, int verbose) function in typeref:typename:int
|
| /src/lib/librmt/ |
| rmtlib.c | 566 * The preprocessor can be used to remap these the rmtopen(), etc 580 * # define open rmtopen 627 rmtopen(const char *path, int oflag, ...) function in typeref:typename:int 835 return rmtopen(path, O_WRONLY | O_CREAT, mode);
|
| /src/bin/pax/ |
| ar_io.c | 146 if ((arfd = rmtopen(name, O_RDWR, DMOD)) == -1) {
|