Searched refs:closedown (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/libexec/rpc.rstatd/
H A Drstatd.c44 int closedown = 20; /* how long to wait before going dormant */ variable
64 closedown = atoi(argv[1]);
65 if (closedown <= 0)
66 closedown = 20;
H A Drstat_proc.c83 extern int closedown;
180 if (sincelastreq >= closedown) {
182 fprintf(stderr, "about to closedown\n");
/freebsd-10.2-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c94 closedown(int sig) function
115 (void) signal(SIGALRM, (SIG_PF) closedown);
271 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-10.2-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c121 closedown(int sig __unused) function
146 (void) signal(SIGALRM, (SIG_PF) closedown);
324 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-10.2-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c96 closedown(int sig) function
117 (void) signal(SIGALRM, (SIG_PF) closedown);
288 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-10.2-release/usr.sbin/ypserv/
H A Dyp_main.c225 closedown(int sig) function
250 (void) signal(SIGALRM, (SIG_PF) closedown);
565 (void) signal(SIGALRM, (SIG_PF) closedown);

Completed in 181 milliseconds