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

/freebsd-10.2-release/contrib/tcpdump/
H A Dntp.h99 #define ALARM 0xc0 /* alarm condition (clock unsynchronized) */ macro
H A Dprint-ntp.c73 { ALARM, "clock unsynchronized" },
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c47 #define ALARM 6 /* SIGALRM after this many seconds */ macro
69 * The ALARM is only set if the current pass's delay is longer, and
70 * only if the ALARM has not already been triggered.
72 * The 'kevent' test needs the ALARM to be set on a different pass
73 * from when the KEVNT_TIMEOUT fires. So set ALARM to fire on the
291 if (tslp.tv_sec > ALARM && sig == 0)
292 alarm(ALARM);

Completed in 621 milliseconds