HomeSort by: relevance | last modified time | path
    Searched refs:ALARM (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/rpc.statd/
stat_proc.c 80 ALARM;
144 ALARM;
222 ALARM;
250 ALARM;
278 ALARM;
statd.h 119 #define ALARM sa.sa_handler == SIG_DFL ? 0 : (sa.sa_handler = notify_handler, sigaction(SIGALRM, &sa, NULL))
statd.c 199 ALARM;
200 alarm(5);
  /src/tests/lib/libc/gen/
t_sleep.c 49 #define ALARM 6 /* SIGALRM after this many seconds */
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
292 if (tslp.tv_sec > ALARM && sig == 0) {
293 fprintf(stderr, "request alarm after %d sec\n", ALARM);
294 alarm(ALARM);
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-ab8505.dtsi 44 interrupt-names = "60S", "ALARM";
ste-ab8500.dtsi 47 interrupt-names = "60S", "ALARM";

Completed in 15 milliseconds