/src/bin/mt/ |
mt.c | 119 int ch, mtfd, flags; local in function:main 168 if ((mtfd = open(tape, flags)) < 0) 182 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 188 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 196 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 203 if (ioctl(mtfd, MTIOCGET, &mt_status) < 0) 210 if (ioctl(mtfd, comp->c_spcl, (caddr_t) &count) < 0) 217 if (ioctl(mtfd, comp->c_spcl, (caddr_t) &count) < 0)
|
mt.c | 119 int ch, mtfd, flags; local in function:main 168 if ((mtfd = open(tape, flags)) < 0) 182 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 188 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 196 if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0) 203 if (ioctl(mtfd, MTIOCGET, &mt_status) < 0) 210 if (ioctl(mtfd, comp->c_spcl, (caddr_t) &count) < 0) 217 if (ioctl(mtfd, comp->c_spcl, (caddr_t) &count) < 0)
|