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

/netbsd-current/usr.sbin/rpc.statd/
H A Dstat_proc.c80 ALARM;
144 ALARM;
222 ALARM;
250 ALARM;
278 ALARM;
H A Dstatd.h119 #define ALARM sa.sa_handler == SIG_DFL ? 0 : (sa.sa_handler = notify_handler, sigaction(SIGALRM, &sa, NULL)) macro
H A Dstatd.c199 ALARM;
/netbsd-current/tests/lib/libc/gen/
H A Dt_sleep.c49 #define ALARM 6 /* SIGALRM after this many seconds */ macro
66 * The ALARM is only set if the current pass's delay is longer, and
67 * only if the ALARM has not already been triggered.
69 * The 'kevent' test needs the ALARM to be set on a different pass
70 * from when the KEVNT_TIMEOUT fires. So set ALARM to fire on the
283 if (tslp.tv_sec > ALARM && sig == 0)
284 alarm(ALARM);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ntp.c124 #define ALARM 0xc0 /* alarm condition (clock unsynchronized) */ macro
180 { ALARM, "clock unsynchronized" },

Completed in 303 milliseconds