Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/include/
H A Drmt.h39 extern int rmtopen(char *, int);
49 extern int rmtopen();
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1233 if (rmtopen(tape, O_RDONLY) >= 0) { in changevol()
1459 while ((to = host ? rmtopen(tape, O_RDONLY) : in otape()
1524 while ((to = host ? rmtopen(tape, O_WRONLY) : in otape()
1540 rmtopen(tape, O_WRONLY) : in otape()
2316 while ((to = host ? rmtopen(tape, O_RDONLY) : in positiontape()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c201 if ((mt = rmtopen(magtape, O_RDONLY)) < 0) { in setup()
555 if ((host != NULL && (mt = rmtopen(magtape, O_RDONLY)) == -1) || in getvol()
2078 if (rmtopen(magtape, O_RDONLY) >= 0) { in autoload_tape()
2099 (mt = rmtopen(magtape, O_RDONLY)) == -1) || in autoload_tape()
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c228 rmtopen(char *tape, int mode) in rmtopen() function