OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsigsys
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/util/
ntptime.c
75
static struct sigaction
newsigsys
; /* new sigaction status */
variable in typeref:struct:sigaction
221
newsigsys
.sa_handler = pll_trap;
222
newsigsys
.sa_flags = 0;
223
if (sigaction(SIGSYS, &
newsigsys
, &sigsys)) {
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
188
static struct sigaction
newsigsys
; /* new sigaction status */
variable in typeref:struct:sigaction
1146
newsigsys
.sa_handler = pll_trap;
1147
newsigsys
.sa_flags = 0;
1148
if (sigaction(SIGSYS, &
newsigsys
, &sigsys)) {
Completed in 19 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026