Searched refs:target_rs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.c | 183 struct target_procctl_reaper_status *target_rs; in h2t_reaper_status() local 185 if (!lock_user_struct(VERIFY_WRITE, target_rs, target_rs_addr, 0)) { in h2t_reaper_status() 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() 193 unlock_user_struct(target_rs, target_rs_addr, 1); in h2t_reaper_status()
|