Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c56 static int rmtcall(char *, char *);
71 static int rmtcall();
236 fd = rmtcall(tape, buf); in rmtopen()
267 (void) rmtcall("close", "C\n"); in rmtclose()
280 n = rmtcall("status", "S"); in rmtstatus()
305 if ((mt->mt_type = rmtcall("status", "sT")) == -1) in rmtstatus_extended()
307 mt->mt_dsreg = rmtcall("status", "sD"); in rmtstatus_extended()
308 mt->mt_erreg = rmtcall("status", "sE"); in rmtstatus_extended()
309 mt->mt_resid = rmtcall("status", "sR"); in rmtstatus_extended()
310 mt->mt_fileno = rmtcall("status", "sF"); in rmtstatus_extended()
[all …]