HomeSort by: relevance | last modified time | path
    Searched refs:op_fcntl (Results 1 - 8 of 8) 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
powerd_hostops.c 47 .op_fcntl = fcntl,
powerd_rumpops.c 50 .op_fcntl = rump_sys_fcntl,
  /src/bin/dd/
dd_hostops.c 45 .op_fcntl = fcntl,
dd_rumpops.c 44 .op_fcntl = rump_sys_fcntl,
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__)
dd.c 103 .op_fcntl = fcntl,
355 newfd = io->ops->op_fcntl(fd, F_DUPFD, 3);
  /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 15 milliseconds