HomeSort by: relevance | last modified time | path
    Searched defs:op_fcntl (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/powerd/
prog_ops.h 44 int (*op_fcntl)(int, int, ...); member in struct:prog_ops
58 #define prog_fcntl prog_ops.op_fcntl
  /src/bin/dd/
dd.h 46 int (*op_fcntl)(int, int, ...); member in struct:ddfops
61 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
  /src/lib/librumphijack/
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...]

Completed in 175 milliseconds