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

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Ddumprmt.c77 static int rmtcall(const char *, const char *, int);
182 return (rmtcall(tapedevice, buf, verbose));
191 rmtcall("close", "C\n", 1);
202 n = rmtcall("read", line, 1);
204 /* rmtcall() properly sets errno for us on errors. */
258 return (rmtcall("seek", line, 1));
272 rmtcall("status", "S\n", 1);
287 return (rmtcall("ioctl", buf, 1));
291 rmtcall(const char *cmd, const char *buf, int verbose) function

Completed in 98 milliseconds