Searched refs:rmtcall (Results 1 – 1 of 1) sorted by relevance
73 static int rmtcall(const char *, const char *);206 return (rmtcall(tape, buf)); in rmtopen()215 rmtcall("close", "C\n"); in rmtclose()226 n = rmtcall("read", line); in rmtread()278 return (rmtcall("seek", line)); in rmtseek()291 rmtcall("status", "S\n"); in rmtstatus()305 return (rmtcall("ioctl", buf)); in rmtioctl()309 rmtcall(const char *cmd, const char *buf) in rmtcall() function