Home
last modified time | relevance | path

Searched refs:rmtopen (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/backup/include/
H A Drmt.h41 extern int rmtopen(char *, int);
51 extern int rmtopen();
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c1307 if (rmtopen(tape, O_RDONLY) >= 0) { in changevol()
1533 while ((to = host ? rmtopen(tape, O_RDONLY) : in otape()
1597 while ((to = host ? rmtopen(tape, O_WRONLY) : in otape()
1613 rmtopen(tape, O_WRONLY) : in otape()
2410 while ((to = host ? rmtopen(tape, O_RDONLY) : in positiontape()
/titanic_41/usr/src/cmd/backup/lib/
H A Drmtlib.c231 rmtopen(char *tape, int mode) in rmtopen() function
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c200 if ((mt = rmtopen(magtape, O_RDONLY)) < 0) { in setup()
554 if ((host != NULL && (mt = rmtopen(magtape, O_RDONLY)) == -1) || in getvol()
2081 if (rmtopen(magtape, O_RDONLY) >= 0) { in autoload_tape()
2102 (mt = rmtopen(magtape, O_RDONLY)) == -1) || in autoload_tape()