hijack.c | 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, ...) function in typeref:typename:int 1538 DPRINTF(("fcntl -> %d (cmd %d)\n", fd, cmd)); 1562 op_fcntl = GETSYSCALL(host, FCNTL); [all...] |