Home
last modified time | relevance | path

Searched refs:rmthost (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/backup/include/
H A Drmt.h40 extern int rmthost(char *, uint_t);
50 extern int rmthost();
/titanic_44/usr/src/cmd/backup/lib/
H A Drmtlib.c104 rmthost(char *host, uint_t blocksize) in rmthost() function
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpmain.c579 if (rmthost(host, ntrec) == 0) { in main()
H A Ddumptape.c1264 if (rmthost(rhost, ntrec) == 0) { in changevol()
/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c115 if (rmthost(host, ntrec) == 0) in setinput()