Home
last modified time | relevance | path

Searched defs:safe_fcntl (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/
H A Dsyscall_defs.h521 #define safe_fcntl(...) safe_syscall(SYS_fcntl, __VA_ARGS__) macro
/qemu/linux-user/
H A Dsyscall.c803 #define safe_fcntl(...) safe_syscall(__NR_fcntl64, __VA_ARGS__) in safe_syscall3() macro