Lines Matching refs:mtop
52 static struct mtop mtop;
81 * servers heterogeneously. The 'i' command taks an mtop structure as
231 mtop.mt_op = atoi(op);
232 mtop.mt_count = atoi(count);
238 switch (mtop.mt_op) {
244 mtop.mt_op = MTRETEN;
247 mtop.mt_op = MTERASE;
250 mtop.mt_op = MTEOM;
253 mtop.mt_op = MTNBSF;
265 if (mtop.mt_op == RMTIVERSION) {
266 mtop.mt_count = RMT_VERSION;
267 rval = (offset_t)mtop.mt_count;
270 (char *)&mtop);
276 rval : (offset_t)mtop.mt_count,