Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c295 struct target_procctl_reaper_status *target_rs; in h2t_reaper_status() local
297 if (!lock_user_struct(VERIFY_WRITE, target_rs, target_rs_addr, 0)) { in h2t_reaper_status()
300 __put_user(host_rs->rs_flags, &target_rs->rs_flags); in h2t_reaper_status()
301 __put_user(host_rs->rs_children, &target_rs->rs_children); in h2t_reaper_status()
302 __put_user(host_rs->rs_descendants, &target_rs->rs_descendants); in h2t_reaper_status()
303 __put_user(host_rs->rs_reaper, &target_rs->rs_reaper); in h2t_reaper_status()
304 __put_user(host_rs->rs_pid, &target_rs->rs_pid); in h2t_reaper_status()
305 unlock_user_struct(target_rs, target_rs_addr, 1); in h2t_reaper_status()