Searched refs:TRAP_NONPRIO (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_control.h177 #define TRAP_NONPRIO 0x2 /* this trap is non-priority */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c4818 tp->tr_flags = TRAP_INUSE|TRAP_NONPRIO;
4850 if ((TRAP_NONPRIO & tptouse->tr_flags) &&
4851 !(TRAP_NONPRIO & tp->tr_flags))
4854 if (!(TRAP_NONPRIO & tptouse->tr_flags)
4855 && (TRAP_NONPRIO & tp->tr_flags)) {
4865 if ( TRAP_NONPRIO & tp->tr_flags) {
4900 tptouse->tr_flags |= TRAP_NONPRIO;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2407 else if (ntohl(it->flags) & TRAP_NONPRIO)

Completed in 84 milliseconds