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
|