Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mt/
H A Dmt.c44 static int print_config(int mtfd);
47 static int status(int mtfd, struct mtget *);
93 int mtfd; in main() local
127 mtfd = open(tape, comp->c_oflag); in main()
128 if (mtfd < 0) { in main()
153 if (ioctl(mtfd, comp->c_code) < 0) { in main()
173 (void) ioctl(mtfd, MTIOCGET, (char *)&mt_status); in main()
174 if (ioctl(mtfd, MTIOCGET, (char *)&mt_status) < 0) { in main()
190 if (ioctl(mtfd, MTIOCLTOP, &mt_com) < 0) { in main()
209 if (ioctl(mtfd, MTIOCLTOP, &mt_com) < 0) { in main()
[all …]