Home
last modified time | relevance | path

Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance

/NextBSD/usr.bin/mt/
HDmt.c131 unsigned long c_code; member
257 if (comp->c_code != MTNOP) { in main()
258 mt_com.mt_op = comp->c_code; in main()
295 switch (comp->c_code) { in main()
302 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main()
338 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
341 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main()
350 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
370 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main()
407 retval = mt_xml_cmd(comp->c_code, argc, argv, mtfd, in main()