hijack.c | 1134 int (*op_fcntl)(int, int, ...); local in function:dodup 1140 op_fcntl = GETSYSCALL(rump, FCNTL); 1150 op_fcntl = GETSYSCALL(host, FCNTL); 1154 newd = op_fcntl(oldd, F_DUPFD, minfd); 1170 int (*op_fcntl)(int, int, ...) = GETSYSCALL(host, FCNTL); local in function:fd_host2host 1182 fd = op_fcntl(ofd, F_DUPFD, i); 1534 int (*op_fcntl)(int, int, ...); local in function:fcntl 1562 op_fcntl = GETSYSCALL(host, FCNTL); 1563 rv = op_fcntl(closemfd, cmd); 1613 op_fcntl = GETSYSCALL(host, FCNTL) [all...] |