Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.bin/mt/ |
| H A D | mt.c | 130 unsigned long c_code; member 256 if (comp->c_code != MTNOP) { in main() 257 mt_com.mt_op = comp->c_code; in main() 294 switch (comp->c_code) { in main() 301 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main() 337 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 340 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main() 349 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main() 369 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main() 406 retval = mt_xml_cmd(comp->c_code, argc, argv, mtfd, in main()
|