Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dqemu-os.h44 abi_long target_to_host_fcntl_cmd(int cmd);
H A Dos-stat.c258 abi_long target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd() function
H A Dos-stat.h572 host_cmd = target_to_host_fcntl_cmd(arg2); in do_freebsd_fcntl()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch34 @@ -6813,13 +6813,13 @@ static int target_to_host_fcntl_cmd(int
51 @@ -6833,17 +6833,6 @@ static int target_to_host_fcntl_cmd(int
69 @@ -6895,8 +6884,8 @@ static int target_to_host_fcntl_cmd(int
/openbmc/qemu/linux-user/
H A Dsyscall.c6712 static int target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd() function
6997 int host_cmd = target_to_host_fcntl_cmd(cmd); in do_fcntl()
12288 cmd = target_to_host_fcntl_cmd(arg2); in _syscall2()