Searched refs:mt_com (Results 1 – 1 of 1) sorted by relevance
110 struct mtop mt_com; in main() local188 mt_com.mt_op = comp->c_code; in main()190 mt_com.mt_count = strtol(*argv, &p, 10); in main()191 if (mt_com.mt_count < comp->c_mincount || *p) in main()195 mt_com.mt_count = 1; in main()196 if ((host ? rmtioctl(mt_com.mt_op, mt_com.mt_count) : in main()197 ioctl(mtfd, MTIOCTOP, &mt_com)) < 0) in main()