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

/freebsd-12-stable/usr.bin/mt/
H A Dmt.c212 struct mtop mt_com; local
216 bzero(&mt_com, sizeof(mt_com));
259 mt_com.mt_op = comp->c_code;
264 mt_com.mt_count = mt_density_num(*argv);
265 if (mt_com.mt_count == 0)
267 dcanon = denstostring(mt_com.mt_count);
276 mt_com.mt_count = stringtocomp(*argv);
277 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0)
284 mt_com
[all...]

Completed in 94 milliseconds