Lines Matching defs:fcntl
66 #include <fcntl.h>
329 { DUALCALL_FCNTL, "fcntl", RSYS_NAME(FCNTL) },
1140 op_fcntl = GETSYSCALL(rump, FCNTL);
1150 op_fcntl = GETSYSCALL(host, FCNTL);
1170 int (*op_fcntl)(int, int, ...) = GETSYSCALL(host, FCNTL);
1495 * ioctl() and fcntl() are varargs calls and need special treatment.
1532 fcntl(int fd, int cmd, ...)
1538 DPRINTF(("fcntl -> %d (cmd %d)\n", fd, cmd));
1562 op_fcntl = GETSYSCALL(host, FCNTL);
1613 op_fcntl = GETSYSCALL(host, FCNTL);
1622 op_fcntl = GETSYSCALL(rump, FCNTL);
1624 op_fcntl = GETSYSCALL(host, FCNTL);