Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.bin/mt/ |
| H A D | mt.c | 132 unsigned long c_code; member 258 if (comp->c_code != MTNOP) { in main() 259 mt_com.mt_op = comp->c_code; in main() 296 switch (comp->c_code) { in main() 303 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main() 339 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 342 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main() 351 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 371 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main() 408 retval = mt_xml_cmd(comp->c_code, argc, argv, mtfd, in main()
|