Searched refs:rmtopen (Results 1 – 5 of 5) sorted by relevance
111 int rmtopen(char *, int);
215 mt = rmtopen(magtape, 0); in setup() 412 mt = rmtopen(magtape, 0); in getvol()
131 int rmtopen(const char *tape, int mode);
194 rmtopen(const char *tape, int mode) in rmtopen() function
349 while (rmtopen(tape, 0) < 0) in trewind()617 while ((tapefd = (host ? rmtopen(tape, 2) : in startnewtape()