Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/mt/
H A Dmt.c69 u_long c_code; member
177 if (comp->c_code != MTNOP) { in main()
178 mt_com.mt_op = comp->c_code; in main()
220 switch (comp->c_code) { in main()
227 if (ioctl(mtfd, comp->c_code, (caddr_t)&umn) < 0) in main()
263 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
266 (comp->c_code == MTIOCRDHPOS)? "hardware" : in main()
275 if (ioctl(mtfd, comp->c_code, (caddr_t)&block) < 0) in main()
295 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main()