Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/ggated/
H A Dggated.c104 static int got_sighup = 0; variable
1029 got_sighup = 1; in huphandler()
1138 if (got_sighup) { in main()
1139 got_sighup = 0; in main()
/freebsd/usr.sbin/mountd/
H A Dmountd.c285 static _Atomic(int) got_sighup = 0;
761 if (got_sighup && curtime >= nexttime) { in main()
762 got_sighup = 0; in main()
779 if (got_sighup) in main()
4078 got_sighup = 1; in huphandler()