Searched refs:op_fcntl (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.sbin/powerd/
H A Dprog_ops.h42 int (*op_fcntl)(int, int, ...); member in struct:prog_ops
56 #define prog_fcntl prog_ops.op_fcntl
H A Dpowerd_hostops.c47 .op_fcntl = fcntl,
H A Dpowerd_rumpops.c50 .op_fcntl = rump_sys_fcntl,
/netbsd-current/bin/dd/
H A Ddd_hostops.c45 .op_fcntl = fcntl,
H A Ddd_rumpops.c44 .op_fcntl = rump_sys_fcntl,
H A Ddd.h46 int (*op_fcntl)(int, int, ...); member in struct:ddfops
61 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
H A Ddd.c103 .op_fcntl = fcntl,
355 newfd = io->ops->op_fcntl(fd, F_DUPFD, 3);
/netbsd-current/lib/librumphijack/
H A Dhijack.c1133 int (*op_fcntl)(int, int, ...);
1139 op_fcntl = GETSYSCALL(rump, FCNTL);
1149 op_fcntl = GETSYSCALL(host, FCNTL);
1153 newd = op_fcntl(oldd, F_DUPFD, minfd);
1169 int (*op_fcntl)(int, int, ...) = GETSYSCALL(host, FCNTL);
1181 fd = op_fcntl(ofd, F_DUPFD, i);
1533 int (*op_fcntl)(int, int, ...);
1561 op_fcntl = GETSYSCALL(host, FCNTL);
1562 rv = op_fcntl(closemfd, cmd);
1612 op_fcntl
[all...]

Completed in 112 milliseconds