Lines Matching refs:ioctl
55 extern int ioctl(int, int, ...);
57 extern int ioctl();
64 GLOBAL int (*Ioctl)(int, int, ...) = ioctl,
66 GLOBAL int (*Ioctl)() = ioctl,
105 { "UNIX", read, write, ioctl, usetup, uteardown },
108 { "TCP", read, write, ioctl, usetup, uteardown },
112 { "Sytek", read, write, ioctl, usetup, uteardown },
116 { "801", read, write, ioctl, usetup, uteardown },
120 { "212", read, write, ioctl, usetup, uteardown },
131 { "DK", read, write, ioctl, dksetup, dkteardown },
134 { "Unetserver", read, write, ioctl, usetup, uteardown },
246 if (ioctl(fdread, DIOCFLUSH, NULL) != 0)
249 if (ioctl(fdwrite, DIOCFLUSH, NULL) != 0)