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

/netbsd-6-1-5-RELEASE/usr.sbin/rpc.statd/
H A Dstatd.h109 void notify_handler __P((int));
119 #define ALARM sa.sa_handler == SIG_DFL ? 0 : (sa.sa_handler = notify_handler, sigaction(SIGALRM, &sa, NULL))
H A Dstatd.c167 notify_handler(0);
174 /* notify_handler ---------------------------------------------------------- */
185 notify_handler(sig) function
H A Dstat_proc.c292 notify_handler(0);

Completed in 54 milliseconds