Searched defs:fcntl (Results 1 - 6 of 6) sorted by relevance
| /src/lib/libc/rpc/ |
| H A D | svc_fdset.h | 10 # define fcntl(a, b, c) rump_sys_fcntl(a, b, c) macro
|
| /src/include/ |
| H A D | rmt.h | 51 #define fcntl rmtfcntl macro
|
| /src/tests/compat/linux/ |
| H A D | h_linux.h | 47 #define fcntl(fd, cmd, ...) (int)syscall(LINUX_SYS_fcntl, fd, cmd, \ macro
|
| /src/sys/rump/include/rump/ |
| H A D | rump_syscallshotgun.h | 57 #define fcntl(...) rump_sys_fcntl(__VA_ARGS__) macro
|
| /src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 247 fcntl(int fd, int cmd, ...) function in typeref:typename:int
|
| /src/lib/librumphijack/ |
| H A D | hijack.c | 1532 fcntl(int fd, int cmd, ...) function in typeref:typename:int
|
Completed in 8 milliseconds