Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/lib/
H A Drmtlib.c59 static int rmtcall(char *, char *);
74 static int rmtcall();
239 fd = rmtcall(tape, buf); in rmtopen()
270 (void) rmtcall("close", "C\n"); in rmtclose()
283 n = rmtcall("status", "S"); in rmtstatus()
308 if ((mt->mt_type = rmtcall("status", "sT")) == -1) in rmtstatus_extended()
310 mt->mt_dsreg = rmtcall("status", "sD"); in rmtstatus_extended()
311 mt->mt_erreg = rmtcall("status", "sE"); in rmtstatus_extended()
312 mt->mt_resid = rmtcall("status", "sR"); in rmtstatus_extended()
313 mt->mt_fileno = rmtcall("status", "sF"); in rmtstatus_extended()
[all …]