HomeSort by: relevance | last modified time | path
    Searched defs:rmtcall (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/dump/
dumprmt.c 74 static int rmtcall(const char *, const char *, int);
179 return (rmtcall(tapedevice, buf, verbose));
188 rmtcall("close", "C\n", 1);
199 n = rmtcall("read", line, 1);
201 /* rmtcall() properly sets errno for us on errors. */
255 return (rmtcall("seek", line, 1));
269 rmtcall("status", "S\n", 1);
284 return (rmtcall("ioctl", buf, 1));
288 rmtcall(const char *cmd, const char *buf, int verbose) function in typeref:typename:int

Completed in 12 milliseconds