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()
209 if (ioctl(mtfd, MTIOCLTOP, &mt_com) < 0) { in main()
216 return (print_config(mtfd)); in main()
257 return (status(mtfd, &mt_status)); in main()
263 print_config(int mtfd) in print_config() argument
[all …]