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

  /src/usr.sbin/rpc.statd/
statd.h 109 void notify_handler(int);
119 #define ALARM sa.sa_handler == SIG_DFL ? 0 : (sa.sa_handler = notify_handler, sigaction(SIGALRM, &sa, NULL))
statd.c 161 notify_handler(0);
168 /* notify_handler ---------------------------------------------------------- */
179 notify_handler(int sig) function in typeref:typename:void
stat_proc.c 279 notify_handler(0);

Completed in 13 milliseconds