Searched refs:siglvl (Results 1 – 1 of 1) sorted by relevance
583 static void siglvl(int, siginfo_t *, ucontext_t *);2180 act.sa_handler = siglvl; in init_signals()2268 siglvl(int sig, siginfo_t *sip, ucontext_t *ucp) in siglvl() function