Searched refs:rmtopen (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/bin/mt/ |
| D | mt.h | 36 int rmtopen(char *tape, int mode);
|
| D | mtrmt.c | 168 rmtopen(char *tape, int mode) in rmtopen() function
|
| D | mt.c | 101 return rmtopen(path, oflags); in _rmtopendev()
|
| /openbsd/src/sbin/dump/ |
| D | dumprmt.c | 76 int rmtopen(char *tape, int mode); 177 rmtopen(char *tape, int mode) in rmtopen() function
|
| D | dump.h | 135 int rmtopen(char *tape, int mode);
|
| D | tape.c | 400 while (rmtopen(tape, O_RDONLY) < 0) in trewind() 662 while ((tapefd = (host ? rmtopen(tape, O_WRONLY|O_CREAT) : in startnewtape()
|
| /openbsd/src/sbin/restore/ |
| D | extern.h | 107 int rmtopen(char *, int);
|
| D | tape.c | 200 mt = rmtopen(magtape, O_RDONLY); in setup() 363 mt = rmtopen(magtape, O_RDONLY); in getvol()
|