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.c6820 TRANSTBL_CONVERT(F_RDLCK); \
6821 TRANSTBL_CONVERT(F_WRLCK); \
6822 TRANSTBL_CONVERT(F_UNLCK); \
6827 #define TRANSTBL_CONVERT(a) case TARGET_##a: return a in target_to_host_flock() macro
6829 #undef TRANSTBL_CONVERT in target_to_host_flock()
6835 #define TRANSTBL_CONVERT(a) case a: return TARGET_##a in host_to_target_flock() macro
6837 #undef TRANSTBL_CONVERT in host_to_target_flock()