HomeSort by: relevance | last modified time | path
    Searched defs:sig_alrm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/timeout/
timeout.c 58 static sig_atomic_t sig_alrm = 0; variable in typeref:typename:sig_atomic_t
164 sig_alrm = 1;
317 } else if (sig_alrm) {
318 sig_alrm = 0;
  /src/dist/pf/sbin/pflogd/
pflogd.c 92 void sig_alrm(int);
198 sig_alrm(int sig) function in typeref:typename:void
718 signal(SIGALRM, sig_alrm);

Completed in 13 milliseconds