Searched defs:fcntl (Results 1 - 6 of 6) sorted by relevance

/src/lib/libc/rpc/
H A Dsvc_fdset.h10 # define fcntl(a, b, c) rump_sys_fcntl(a, b, c) macro
/src/include/
H A Drmt.h51 #define fcntl rmtfcntl macro
/src/tests/compat/linux/
H A Dh_linux.h47 #define fcntl(fd, cmd, ...) (int)syscall(LINUX_SYS_fcntl, fd, cmd, \ macro
/src/sys/rump/include/rump/
H A Drump_syscallshotgun.h57 #define fcntl(...) rump_sys_fcntl(__VA_ARGS__) macro
/src/lib/libpthread/
H A Dpthread_cancelstub.c247 fcntl(int fd, int cmd, ...) function in typeref:typename:int
/src/lib/librumphijack/
H A Dhijack.c1532 fcntl(int fd, int cmd, ...) function in typeref:typename:int

Completed in 8 milliseconds