Searched refs:rmtcall (Results 1 – 1 of 1) sorted by relevance
67 static int rmtcall(const char *, const char *);200 return (rmtcall(tape, buf)); in rmtopen()209 rmtcall("close", "C\n"); in rmtclose()220 n = rmtcall("read", line); in rmtread()272 return (rmtcall("seek", line)); in rmtseek()285 rmtcall("status", "S\n"); in rmtstatus()299 return (rmtcall("ioctl", buf)); in rmtioctl()303 rmtcall(const char *cmd, const char *buf) in rmtcall() function