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

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_control.h175 #define TRAP_NONPRIO 0x2 /* this trap is non-priority */ macro
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c4813 tp->tr_flags = TRAP_INUSE|TRAP_NONPRIO;
4845 if ((TRAP_NONPRIO & tptouse->tr_flags) &&
4846 !(TRAP_NONPRIO & tp->tr_flags))
4849 if (!(TRAP_NONPRIO & tptouse->tr_flags)
4850 && (TRAP_NONPRIO & tp->tr_flags)) {
4860 if ( TRAP_NONPRIO & tp->tr_flags) {
4895 tptouse->tr_flags |= TRAP_NONPRIO;
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2398 else if (ntohl(it->flags) & TRAP_NONPRIO)

Completed in 64 milliseconds