Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/altq/altqd/ | |
altqd.c | 80 static volatile sig_atomic_t gotsig_hup, gotsig_int, gotsig_term; variable in typeref:typename:volatile sig_atomic_t 97 gotsig_hup = 1; 236 if (gotsig_hup) { 238 gotsig_hup = 0; |
/src/dist/pf/sbin/pflogd/ | |
pflogd.c | 69 volatile sig_atomic_t gotsig_close, gotsig_alrm, gotsig_hup; variable in typeref:typename:volatile sig_atomic_t 194 gotsig_hup = 1; 757 if (gotsig_hup) { 763 gotsig_hup = 0; 770 gotsig_hup = 1; |