Lines Matching defs:op_fcntl
1134 int (*op_fcntl)(int, int, ...);
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);
1182 fd = op_fcntl(ofd, F_DUPFD, i);
1534 int (*op_fcntl)(int, int, ...);
1562 op_fcntl = GETSYSCALL(host, FCNTL);
1563 rv = op_fcntl(closemfd, cmd);
1613 op_fcntl = GETSYSCALL(host, FCNTL);
1614 return op_fcntl(fd, F_MAXFD);
1622 op_fcntl = GETSYSCALL(rump, FCNTL);
1624 op_fcntl = GETSYSCALL(host, FCNTL);
1628 rv = op_fcntl(fd, cmd, va_arg(ap, void *));