Searched refs:td_si (Results 1 – 4 of 4) sorted by relevance
1496 if (td2->td_si.si_signo != 0 && in kern_ptrace()1500 pl->pl_siginfo = td2->td_si; in kern_ptrace()
2380 if (td->td_si.si_signo != 0) { in __elfN()2384 siginfo_to_siginfo32(&td->td_si, &pl.pl_siginfo); in __elfN()2386 pl.pl_siginfo = td->td_si; in __elfN()
1343 thr->td_si = *si; in proc_td_siginfo_capture()1345 thr->td_si.si_signo = 0; in proc_td_siginfo_capture()3220 td->td_si = ksi.ksi_info; in sigprocess()3226 td->td_si.si_signo = 0; in sigprocess()
312 siginfo_t td_si; /* (c) For debugger or core file */ member