Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c201 struct target_procctl_reaper_kill *target_rk; in t2h_reaper_kill() local
206 __get_user(host_rk->rk_sig, &target_rk->rk_sig); in t2h_reaper_kill()
207 __get_user(host_rk->rk_flags, &target_rk->rk_flags); in t2h_reaper_kill()
209 __get_user(host_rk->rk_killed, &target_rk->rk_killed); in t2h_reaper_kill()
210 __get_user(host_rk->rk_fpid, &target_rk->rk_fpid); in t2h_reaper_kill()
211 unlock_user_struct(target_rk, target_rk_addr, 0); in t2h_reaper_kill()
219 struct target_procctl_reaper_kill *target_rk; in h2t_reaper_kill() local
224 __put_user(host_rk->rk_sig, &target_rk->rk_sig); in h2t_reaper_kill()
225 __put_user(host_rk->rk_flags, &target_rk->rk_flags); in h2t_reaper_kill()
228 __put_user(host_rk->rk_fpid, &target_rk->rk_fpid); in h2t_reaper_kill()
[all …]