Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c180 h2t_reaper_status(struct procctl_reaper_status *host_rs, in h2t_reaper_status() argument
188 __put_user(host_rs->rs_flags, &target_rs->rs_flags); in h2t_reaper_status()
189 __put_user(host_rs->rs_children, &target_rs->rs_children); in h2t_reaper_status()
190 __put_user(host_rs->rs_descendants, &target_rs->rs_descendants); in h2t_reaper_status()
191 __put_user(host_rs->rs_reaper, &target_rs->rs_reaper); in h2t_reaper_status()
192 __put_user(host_rs->rs_pid, &target_rs->rs_pid); in h2t_reaper_status()