Searched refs:newsigsys (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ntp/util/
H A Dntptime.c73 static struct sigaction newsigsys; /* new sigaction status */ variable in typeref:struct:sigaction
219 newsigsys.sa_handler = pll_trap;
220 newsigsys.sa_flags = 0;
221 if (sigaction(SIGSYS, &newsigsys, &sigsys)) {
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_loopfilter.c186 static struct sigaction newsigsys; /* new sigaction status */ variable in typeref:struct:sigaction
1144 newsigsys.sa_handler = pll_trap;
1145 newsigsys.sa_flags = 0;
1146 if (sigaction(SIGSYS, &newsigsys, &sigsys)) {

Completed in 177 milliseconds