Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/mt/
Dmt.c78 unsigned long c_code; member
171 if (comp->c_code != MTNOP) { in main()
172 mt_com.mt_op = comp->c_code; in main()
208 switch (comp->c_code) { in main()
215 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main()
251 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
254 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main()
263 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
283 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main()