Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c6817 TRANSTBL_CONVERT(F_RDLCK); \
6818 TRANSTBL_CONVERT(F_WRLCK); \
6819 TRANSTBL_CONVERT(F_UNLCK); \
6824 #define TRANSTBL_CONVERT(a) case TARGET_##a: return a in target_to_host_flock() macro
6826 #undef TRANSTBL_CONVERT in target_to_host_flock()
6832 #define TRANSTBL_CONVERT(a) case a: return TARGET_##a in host_to_target_flock() macro
6834 #undef TRANSTBL_CONVERT in host_to_target_flock()