Home
last modified time | relevance | path

Searched refs:__NR_fcntl64 (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_32.h205 #define __NR_fcntl64 221 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_32.h225 #define __NR_fcntl64 221 macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_32.h208 #define __NR_fcntl64 204 macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h184 #define __NR_fcntl64 (__NR_SYSCALL_BASE + 221) macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n32.h216 #define __NR_fcntl64 (__NR_Linux + 212) macro
H A Dunistd_o32.h224 #define __NR_fcntl64 (__NR_Linux + 220) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h455 #define __NR_fcntl64 221 macro
456 __SYSCALL(__NR_fcntl64, compat_sys_fcntl64)
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch33 #ifdef __NR_fcntl64
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h858 #define __NR_fcntl64 __NR3264_fcntl
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h858 #define __NR_fcntl64 __NR3264_fcntl
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h880 #define __NR_fcntl64 __NR3264_fcntl
/openbmc/qemu/linux-user/
H A Dsyscall.c767 #ifdef __NR_fcntl64 in safe_syscall3()
768 #define safe_fcntl(...) safe_syscall(__NR_fcntl64, __VA_ARGS__) in safe_syscall3()