Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7339 struct f_owner_ex fox; in do_fcntl() local
7410 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()
7414 target_fox->type = tswap32(fox.type); in do_fcntl()
7415 target_fox->pid = tswap32(fox.pid); in do_fcntl()
7425 fox.type = tswap32(target_fox->type); in do_fcntl()
7426 fox.pid = tswap32(target_fox->pid); in do_fcntl()
7428 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()