Lines Matching refs:mt_com
210 struct mtop mt_com; in main() local
214 bzero(&mt_com, sizeof(mt_com)); in main()
257 mt_com.mt_op = comp->c_code; in main()
262 mt_com.mt_count = mt_density_num(*argv); in main()
263 if (mt_com.mt_count == 0) in main()
265 dcanon = denstostring(mt_com.mt_count); in main()
274 mt_com.mt_count = stringtocomp(*argv); in main()
275 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0) in main()
282 mt_com.mt_count = strtol(*argv, &q, 0); in main()
286 && (((mt_com.mt_count <= in main()
293 mt_com.mt_count = 1; in main()
348 u_int32_t block = (u_int32_t)mt_com.mt_count; in main()
366 u_int32_t om, nm = (u_int32_t)mt_com.mt_count; in main()
422 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) in main()