OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRAP_INUSE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_control.h
178
#define
TRAP_INUSE
0x1 /* this trap is active */
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
1440
if (
TRAP_INUSE
& ctl_traps[i].tr_flags) {
4842
tp->tr_flags =
TRAP_INUSE
|TRAP_CONFIGURED;
4848
tp->tr_flags =
TRAP_INUSE
;
4854
tp->tr_flags =
TRAP_INUSE
|TRAP_NONPRIO;
4870
if ((
TRAP_INUSE
& tp->tr_flags) &&
4876
if (!(
TRAP_INUSE
& tp->tr_flags)) {
4903
((
TRAP_INUSE
&
4932
tptouse->tr_flags =
TRAP_INUSE
;
4979
if ((ctl_traps[n].tr_flags &
TRAP_INUSE
)
ntp_request.c
2261
if (tr->tr_flags &
TRAP_INUSE
) {
Completed in 22 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026