Home
last modified time | relevance | path

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

/qemu/bsd-user/freebsd/
H A Dos-proc.h72 status = host_to_target_waitstatus(status); in do_freebsd_wait4()
116 status = host_to_target_waitstatus(status); in do_freebsd_wait6()
/qemu/bsd-user/
H A Dqemu-bsd.h44 int host_to_target_waitstatus(int status);
H A Dbsd-proc.c111 int host_to_target_waitstatus(int status) in host_to_target_waitstatus() function
/qemu/linux-user/
H A Duser-internals.h99 int host_to_target_waitstatus(int status);
H A Dsyscall.c7940 int host_to_target_waitstatus(int status) in host_to_target_waitstatus() function
9261 && put_user_s32(host_to_target_waitstatus(status), arg2)) in _syscall2()
10919 status = host_to_target_waitstatus(status); in _syscall2()