Lines Matching refs:devfd
34 static int devfd;
100 devfd = open(txt_dev,how,0);
101 if (devfd < 0)
113 if (ioctl(devfd,SRT_GETRT,&r) < 0)
145 { if (ioctl(devfd,SRT_GETNRT,&n) < 0)
156 if (ioctl(devfd,SRT_DELRT,&n) < 0)
172 if (ioctl(devfd,SRT_GETNRT,&v) < 0)
214 if (ioctl(devfd,SRT_SETRT,&r) < 0)
226 if (ioctl(devfd,SRT_GFLAGS,&f) < 0)
258 if (ioctl(devfd,SRT_GFLAGS,&f) < 0)
263 if (ioctl(devfd,SRT_SFLAGS,&f) < 0)
275 if (ioctl(devfd,SRT_DEBUG,&vp) < 0)