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

/freebsd-12-stable/libexec/rpc.rstatd/
H A Drstatd.c46 int closedown = 20; /* how long to wait before going dormant */ variable
66 closedown = atoi(argv[1]);
67 if (closedown <= 0)
68 closedown = 20;
H A Drstat_proc.c82 extern int closedown;
179 if (sincelastreq >= closedown) {
181 fprintf(stderr, "about to closedown\n");
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c98 closedown(int sig) function
119 (void) signal(SIGALRM, (SIG_PF) closedown);
275 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c124 closedown(int sig __unused) function
149 (void) signal(SIGALRM, (SIG_PF) closedown);
325 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c100 closedown(int sig) function
121 (void) signal(SIGALRM, (SIG_PF) closedown);
292 (void) signal(SIGALRM, (SIG_PF) closedown);
/freebsd-12-stable/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 125 milliseconds