Searched refs:got_sighup (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c98 static int got_sighup = 0; variable
947 got_sighup = 1;
1056 if (got_sighup) {
1057 got_sighup = 0;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c281 static int got_sighup = 0; variable
684 if (got_sighup && curtime >= nexttime) {
685 got_sighup = 0;
698 * could be processed between the got_sighup test and
702 if (got_sighup)
3830 got_sighup = 1;

Completed in 74 milliseconds