Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux32/arch/amd64/
Dlinux32_machdep.c176 struct linux32_rt_sigframe *fp, frame; in linux32_rt_sendsig()
191 fp = (struct linux32_rt_sigframe *)((char *)sas->ss_sp + in linux32_rt_sendsig()
194 fp = (struct linux32_rt_sigframe *)tf->tf_rsp; in linux32_rt_sendsig()
Dlinux32_signal.h153 struct linux32_rt_sigframe { struct
/netbsd/src/sys/arch/amd64/amd64/
Dgenassym.cf225 define LINUX32_RT_SF_HANDLER offsetof(struct linux32_rt_sigframe, sf_handler)
226 define LINUX32_RT_SF_UC offsetof(struct linux32_rt_sigframe, sf_uc)