Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/mt/ |
H A D | mt.c | 117 unsigned long c_code; member 243 if (comp->c_code != MTNOP) { in main() 244 mt_com.mt_op = comp->c_code; in main() 281 switch (comp->c_code) { in main() 288 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main() 324 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 327 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main() 336 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 356 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main() 393 retval = mt_xml_cmd(comp->c_code, argc, argv, mtfd, in main()
|