/src/lib/libc/rpc/ |
svc_fdset.h | 9 # undef fcntl 10 # define fcntl(a, b, c) rump_sys_fcntl(a, b, c) macro
|
/src/include/ |
rmt.h | 51 #define fcntl rmtfcntl macro
|
/src/tests/compat/linux/ |
h_linux.h | 47 #define fcntl(fd, cmd, ...) (int)syscall(LINUX_SYS_fcntl, fd, cmd, \ macro
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 57 #define fcntl(...) rump_sys_fcntl(__VA_ARGS__) macro 61 #include <fcntl.h> 66 #include <fcntl.h> 71 #include <fcntl.h>
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 65 #include <fcntl.h> 115 __typeof(fcntl) _sys_fcntl; 247 fcntl(int fd, int cmd, ...) function in typeref:typename:int 794 __strong_alias(_fcntl, fcntl)
|
/src/lib/librumphijack/ |
hijack.c | 66 #include <fcntl.h> 329 { DUALCALL_FCNTL, "fcntl", RSYS_NAME(FCNTL) }, 1140 op_fcntl = GETSYSCALL(rump, FCNTL); 1150 op_fcntl = GETSYSCALL(host, FCNTL); 1170 int (*op_fcntl)(int, int, ...) = GETSYSCALL(host, FCNTL); 1495 * ioctl() and fcntl() are varargs calls and need special treatment. 1532 fcntl(int fd, int cmd, ...) function in typeref:typename:int 1538 DPRINTF(("fcntl -> %d (cmd %d)\n", fd, cmd)); 1562 op_fcntl = GETSYSCALL(host, FCNTL); [all...] |