Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch200 struct f_owner_ex fox;
/openbmc/qemu/linux-user/
H A Dsyscall.c6993 struct f_owner_ex fox; in do_fcntl() local
7064 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()
7068 target_fox->type = tswap32(fox.type); in do_fcntl()
7069 target_fox->pid = tswap32(fox.pid); in do_fcntl()
7079 fox.type = tswap32(target_fox->type); in do_fcntl()
7080 fox.pid = tswap32(target_fox->pid); in do_fcntl()
7082 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()