Lines Matching refs:IOCTL
42 #include <sys/ioctl.h>
328 { DUALCALL_IOCTL, "ioctl", RSYS_NAME(IOCTL) },
1495 * ioctl() and fcntl() are varargs calls and need special treatment.
1499 * Various [Linux] libc's have various signatures for ioctl so we
1505 ioctl(int fd, int cmd, ...)
1509 ioctl(int fd, unsigned long cmd, ...)
1516 DPRINTF(("ioctl -> %d (%s)\n", fd, whichfd(fd)));
1519 op_ioctl = GETSYSCALL(rump, IOCTL);
1521 op_ioctl = GETSYSCALL(host, IOCTL);
1527 DPRINTF(("ioctl <- %d\n", rv));