Searched refs:rmtopen (Results 1 – 5 of 5) sorted by relevance
105 int rmtopen(char *, int);
186 mt = rmtopen(magtape, 0); in setup()374 mt = rmtopen(magtape, 0); in getvol()
138 int rmtopen(const char *, int);
339 while (rmtopen(tape, 0) < 0) in trewind()589 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()
202 rmtopen(const char *rtape, int mode) in rmtopen() function