Searched refs:mt_com (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/mt/
H A Dmt.c211 struct mtop mt_com; local
215 bzero(&mt_com, sizeof(mt_com));
258 mt_com.mt_op = comp->c_code;
263 mt_com.mt_count = mt_density_num(*argv);
264 if (mt_com.mt_count == 0)
266 dcanon = denstostring(mt_com.mt_count);
275 mt_com.mt_count = stringtocomp(*argv);
276 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0)
283 mt_com
[all...]

Completed in 53 milliseconds