Searched refs:rmtcall (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sbin/dump/ |
H A D | dumprmt.c | 74 static int rmtcall(const char *, const char *, int); 179 return (rmtcall(tapedevice, buf, verbose)); in rmtopen() 188 rmtcall("close", "C\n", 1); in rmtclose() 199 n = rmtcall("read", line, 1); in rmtread() 255 return (rmtcall("seek", line, 1)); in rmtseek() 269 rmtcall("status", "S\n", 1); 284 return (rmtcall("ioctl", buf, 1)); in rmtioctl() 288 rmtcall(const char *cmd, const char *buf, int verbose) in rmtcall() function
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 3322 rmtcall
|